Manage Profile

Account profile, contact, security, billing card, notifications, and preference settings.

3 of 20

Filtering by query: /v1.0/manage-profile/creditCardInformation/

GET/v1.0/manage-profile/creditCardInformation/Read-onlyPermalink ↗

Get Credit Card Information for a non-PLTE account. This endpoint can be accessed only by scope org_super (Master Admin).

Parameters

No parameters.

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/manage-profile/creditCardInformation/" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"
POST/v1.0/manage-profile/creditCardInformation/Changes dataPermalink ↗

Save Credit Card Information for a non-PLTE account. This endpoint can be accessed only by scope org_super (Master Admin).

Parameters

CreditCardFormbodyCreditCardFormPostrequired

Credit card information

cURL
curl -X POST "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/manage-profile/creditCardInformation/" \
  -H "Authorization: Bearer $SENTINEL_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "example": true,
  "corpId": "NORTHSTAR-ISD"
}'
DELETE/v1.0/manage-profile/creditCardInformation/DestructivePermalink ↗

Deletes Credit Card Information of a non-PLTE account. JWT is sufficient for this endpoint. This endpoint can be accessed only by scope org_super (Master Admin).

Parameters

No parameters.

cURL
curl -X DELETE "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/manage-profile/creditCardInformation/" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"

Build your first call in 5 minutes.

Grab a Dev SIM, get an API key, and POST /v1.0/auth/token from anywhere.