Get Bearer Token

POST {{baseUrl}}/auth/api-key

Returns a bearer token that can be used to authenticate other endpoint.

You can find the tutorial on using the disposable bearer token here.

Request Body

{"apiKey"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;access_token&quot;:&quot;\u003cstring\u003e&quot;,&quot;token_type&quot;:&quot;bearer&quot;,&quot;refresh_token&quot;:&quot;\u003cstring\u003e&quot;,&quot;expires_in&quot;:&quot;\u003cinteger\u003e&quot;}