Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Updated Tue May 30th 2023, 17:27 UTC

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


© 2023 TextUs