OAuth
POST
{{token-endpoint}}/oauth2/token
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
Content-Type
|
string |
|
|
RESPONSES
status
curl -X POST 'token-endpoint/oauth2/token' -H 'Content-Type: application/x-www-form-urlencoded' --data-urlencode '%7B%22name%22%3D%3E%22grant_type%22%2C+%22value%22%3D%3E%22password%22%2C+%22datatype%22%3D%3E%22string%22%7D&%7B%22name%22%3D%3E%22username%22%2C+%22value%22%3D%3E%22%22%2C+%22datatype%22%3D%3E%22string%22%7D&%7B%22name%22%3D%3E%22password%22%2C+%22value%22%3D%3E%22%22%2C+%22datatype%22%3D%3E%22string%22%7D'