/restapi/oauth/token
POST {{baseUrl}}/restapi/oauth/token
OAuth2 Get Token
Request Body
{"grant_type"=>"<string>", "access_token_ttl"=>"<integer>", "refresh_token_ttl"=>"<integer>", "username"=>"<string>", "extension"=>"<string>", "password"=>"<string>", "scope"=>"<string>", "endpoint_id"=>"<string>"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string |