Skip to main content
POST
/
v1
/
service-accounts
/
{sa_id}
/
tokens
Create Sa Token
curl --request POST \
  --url https://api.example.com/v1/service-accounts/{sa_id}/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.

Path Parameters

sa_id
string
required

Body

application/json
description
string | null
Maximum string length: 200

Response

Successful Response

The response is of type Response Create Sa Token V1 Service Accounts Sa Id Tokens Post · object.