Autenticação
Chave de API do seller para integrações programáticas.
Gere uma chave de API em Integrações no dashboard Reborn Pay. Envie-a no header X-Api-Key em todas as requisições autenticadas.
Alternativamente, use Authorization: ApiKey <sua-chave>.
Checkout público e leitura de payment links não exigem autenticação.
X-Api-Key
curl -X GET "https://sandbox-api.rebornpay.io/v1/sellers/{sellerId}/dashboard/overview" \
-H "X-Api-Key: rb_live_..."Authorization: ApiKey
curl -X GET "https://sandbox-api.rebornpay.io/v1/sellers/{sellerId}/payment-links" \
-H "Authorization: ApiKey rb_live_..."