Skip to content

OAuth 2.0 · API Reference · Developers

Endpoints de autorización y de token de OAuth 2.0 usados por integraciones de terceros seleccionadas que tienen un cliente OAuth de Dailybot.

GET/oauth/authorize/Anónimo

OAuth2 authorization endpoint

OAuth2 authorization endpoint

Errores

EstadoCuándo
401Missing/invalid/expired credential
403Authenticated but not permitted
429Throttled - Retry-After header set
curl -sS -X GET 'https://api.dailybot.com/oauth/authorize/' -H 'X-API-KEY: $DAILYBOT_API_KEY'

Probarlo

Este es un asistente de solo copia — la solicitud no se envía desde tu navegador. Pega el comando en tu terminal para ejecutarlo.

POST/o/token/Anónimo

OAuth2 token endpoint

OAuth2 token endpoint

Errores

EstadoCuándo
401Missing/invalid/expired credential
403Authenticated but not permitted
429Throttled - Retry-After header set
400Validation error
curl -sS -X POST 'https://api.dailybot.com/o/token/' -H 'X-API-KEY: $DAILYBOT_API_KEY'

Probarlo

Este es un asistente de solo copia — la solicitud no se envía desde tu navegador. Pega el comando en tu terminal para ejecutarlo.