Documentation Index
Fetch the complete documentation index at: https://developers.redo.com/llms.txt
Use this file to discover all available pages before exploring further.
Getting Your Credentials
API Token
To create an API token:- Log in to your Redo Dashboard
- Go to Settings → Developer
- Click Add API Client
- Copy the generated API secret
Store ID
Your Store ID is displayed in the General section of Settings → Developer in the Redo Dashboard.API Endpoints
All API endpoints are authenticated using the Bearer authorization scheme with your API secret. Include your API secret in theAuthorization header of every request:
Example Request
Webhooks
Webhooks are authenticated using the Bearer authorization scheme with a secret you provide when creating the webhook subscription. Redo will include this secret in theAuthorization header when delivering webhook events to your endpoint:
Webhook Event Delivery
- Webhook events are delivered in order for each individual subject (e.g., return)
- If the response is not a 2xx status code, the event will be retried multiple times before discarding it