Create

POST /user_api_tokens

Create a new user_api_token

Examples

Creating the user api token

Request

POST /user_api_tokens

Body

{
  "description": "Creating API token for external access"
}
Example
$ curl -i -H Accept:"application/vnd.textus+jsonld" \
    -H Authorization:"Bearer {token}" \
    -X POST /user_api_tokens
    -d '{
  "description": "Creating API token for external access"
}'

Response

Status

201

Response Type

No body


© 2024 TextUs