Get Contact Information for an account.
Parameters
No parameters.
cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/manage-profile/contactInformation/" \
-H "Authorization: Bearer $SENTINEL_TOKEN"
Account profile, contact, security, billing card, notifications, and preference settings.
Filtering by query: /v1.0/manage-profile/contactInformation/
Get Contact Information for an account.
Parameters
No parameters.
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/manage-profile/contactInformation/" \
-H "Authorization: Bearer $SENTINEL_TOKEN"Save Contact Information of an account.
Parameters
ContactInformationbodyContactInformationrequiredAll the contact information on a particular account
curl -X POST "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/manage-profile/contactInformation/" \
-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.