OAuth
- 18 Nov 2024
- 1 Minuto para leer
- Colaboradores
- Impresión
- OscuroLigero
OAuth
- Actualizado en 18 Nov 2024
- 1 Minuto para leer
- Colaboradores
- Impresión
- OscuroLigero
The content is currently unavailable in Spanish. You are viewing the default English version.
Resumen del artículo
¿Te ha resultado útil este resumen?
Gracias por sus comentarios
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 |
¿Te ha sido útil este artículo?