Skip to main content
POST
/
v1
/
scim
/
tokens
Create Scim Token
curl --request POST \
  --url https://api.example.com/v1/scim/tokens \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "description": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
description
string
required
Required string length: 1 - 200

Response

Successful Response

The response is of type Response Create Scim Token V1 Scim Tokens Post · object.