OAuth
- Actualizado en Jan 30, 2025
- Publicado el Nov 18, 2024
Prev Next This content is currently unavailable in Spanish. You are viewing the default (English) version.
POST /OAuth/Token
Returns a JSON object with the token, expiration, and refresh.
Body Parameters
| Parameter | Type | Description |
|---|
| client_id | string | API User Key |
| client_secret | string | API User Secret |
| username | string | API User Key |
| password | string | API User Secret |
| grant_type | string | Value = client_credentials |
Response Codes
| Code | Description |
|---|
| 200 | OK |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |