Skip to main content
POST
/
platform
/
applications
/
authtickets
/
oauth
Error
A valid request URL is required to generate request examples
{
  "access_token": "<string>",
  "token_type": "<string>",
  "expires_in": 123,
  "refresh_token": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json
client_id
string | null
client_secret
string | null
refresh_token
string | null
grant_type
string | null

Response

Success

access_token
string | null
token_type
string | null
expires_in
integer<int32>
refresh_token
string | null