Token OAuth Endpoint
POST/auth/oauth/token
Token OAuth Endpoint
Request
Responses
- 200
- 201
- application/json
- Schema
- Example (from schema)
Schema
access_token stringrequired
token_type stringrequired
expires_in numberrequired
refresh_token string
scope stringrequired
{
"access_token": "string",
"token_type": "string",
"expires_in": 0,
"refresh_token": "string",
"scope": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
access_token stringrequired
token_type stringrequired
expires_in numberrequired
refresh_token string
scope stringrequired
{
"access_token": "string",
"token_type": "string",
"expires_in": 0,
"refresh_token": "string",
"scope": "string"
}
Loading...