Skip to content

OAuth 2.0 · API Reference · Developers

Endpoints de autorização e de token do OAuth 2.0 usados por integrações de terceiros selecionadas que possuem um cliente OAuth do Dailybot.

GET/oauth/authorize/Anônimo

OAuth2 authorization endpoint

OAuth2 authorization endpoint

Erros

StatusQuando
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'

Testar

Este é um ajudante apenas de cópia — a requisição não é enviada do seu navegador. Cole o comando no seu terminal para executá-lo.

POST/o/token/Anônimo

OAuth2 token endpoint

OAuth2 token endpoint

Erros

StatusQuando
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'

Testar

Este é um ajudante apenas de cópia — a requisição não é enviada do seu navegador. Cole o comando no seu terminal para executá-lo.