Partner authentication

Authenticate server-to-server calls and issue safe report downloads.

Server credentials

MethodHeaders
API keyx-api-key: <partner-key>
Client + secretx-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.