Partner authentication
Authenticate server-to-server calls and issue safe report downloads.
Server credentials
| Method | Headers |
|---|---|
API key | x-api-key: <partner-key> |
Client + secret | x-client-id: <id> and x-api-secret: <secret> |
Keep keys server-side
Partner credentials can create users, attach wallets, and request reports. Never ship them in a browser or mobile bundle.
Signed downloads
Use a signed report-download flow when handing a file URL to an end user. The signature limits access without exposing the partner secret.