Documentation Index
Fetch the complete documentation index at: https://docs.waysdrop.com/llms.txt
Use this file to discover all available pages before exploring further.
API Keys
All endpoints in the API module require an API key.Environments
Waysdrop has two environments:- Live:
https://api.waysdrop.com - Staging:
https://staging-api.waysdrop.com
- Live dashboard: https://api-dashboard.waysdrop.com
- Staging dashboard: https://staging-api-dashboard.waysdrop.com
Authentication
Send your API key using theapi-key header:
API key format
API keys must match this format:wsp_live_<64 hex chars>orwsp_staging_<64 hex chars>
401 Unauthorized.
Funding your wallet
On staging, you can fund your wallet in the dev mobile app using this test card:Error responses
All errors use the standard envelope described in Errors.Missing API key
Invalid API key format
Rate limit / quota exceeded
Notes
- Requests authenticated via API key are associated with a user internally. Deliveries created through the API will store
delivery.apiKeyIdso webhook delivery can be routed back to the correct key.