...
Method | POST |
HTTP Request Header | Content-Type: application/json |
Body:
Codeblock | ||||
---|---|---|---|---|
| ||||
{ "grant_type": "client_credentials", "client_id": "[Client ID]", "client_secret": "[Client Secret]" } |
Antwort:
Codeblock | ||||
---|---|---|---|---|
| ||||
{ "access_token": "[Access Token]", "expires_in": "3600000", "token_type": "Bearer" } |
...