Get Security Information of an account.
Parameters
No parameters.
cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/manage-profile/securityInformation/" \
-H "Authorization: Bearer $SENTINEL_TOKEN"
Account profile, contact, security, billing card, notifications, and preference settings.
Filtering by query: /v1.0/manage-profile/securityInformation/
Get Security Information of an account.
Parameters
No parameters.
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/manage-profile/securityInformation/" \
-H "Authorization: Bearer $SENTINEL_TOKEN"Save Security Information of an account.
Parameters
SecuritySettingsFormbodySecuritySettingsFormrequiredSecurity information of a particular account. If current password is specified, then new and confirm passwords are required. The question and answer must also both be specified if one is updated.
curl -X POST "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/manage-profile/securityInformation/" \
-H "Authorization: Bearer $SENTINEL_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"example": true,
"corpId": "NORTHSTAR-ISD"
}'Grab a Dev SIM, get an API key, and POST /v1.0/auth/token from anywhere.