Get an auth token

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Auth token request

client_id

string

required

client_secret

string

required

`` 200 Returns the auth token

`` 400 Your request is invalid.

`` 404 Entity not found.

`` 409 Entity already exists.

`` 422 Validation Error

`` 500 A server error has occurred.

Updated 3 months ago


ShellNodeRubyPHPPython

Base URL

https://Contact sales to enable your sandbox/public/v1/auth/token


xxxxxxxxxx

curl --request POST \

--url https://contact/%20sales%20to%20enable%20your%20sandbox/public/v1/auth/token \

--header 'accept: application/json' \

--header 'content-type: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

200400404409422500

Updated 3 months ago