/auth
Header Parameters
idempotencystring
Max length
36
Pattern
^[a-zA-Z 0-9-_+=/]*$
Body Parameters
clientIdstring Required
The client ID provided by Send to authenticate the API user.
Min length
38
Max length
100
Pattern
[a-z]{4}_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
clientSecretstring Required
The client secret used to authenticate the API user.
Response
201
Object
Successful response.
Response Attributes
accessTokenstring
Access token for future requests.
expiresAtstring
UTC time when the authentication will expire.
Min length
20
Max length
20
400
Object
Bad Request
Response Attributes
messagestring Required
errorsarray Required
Show child attributes
401
Object
Unauthorized
Response Attributes
messagestring
errorsarray Required
Show child attributes
409
Object
Conflict
Response Attributes
messagestring
errorsarray Required
Show child attributes
500
Object
Unknown Error
Response Attributes
messagestring
errorsarray Required
Show child attributes
Was this section helpful?
What made this section unhelpful for you?
Response
Was this section helpful?