POST OAuth/Access_token?code={code}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
code

string

Required

Body Parameters

None.

Response Information

Resource Description

AccessTokenResponse
NameDescriptionTypeAdditional information
access_token

string

None.

expires_in

integer

None.

token_type

string

None.

Response Formats

application/json, text/json

Sample:
{
  "access_token": "sample string 1",
  "expires_in": 2,
  "token_type": "sample string 3"
}