Partner APIReference
Authentication
Bearer API keys bound to one environment and one scope set.
Sending credentials
Send your API key as a bearer token on every request.
bash
curl -s https://app.soliadirect.com/api/public/partner/v1/health \
-H "Authorization: Bearer $SOLIA_API_KEY"- A key belongs to exactly one API client.
- A key is bound to one environment; it cannot read another environment's data.
- A key carries a fixed scope set; a call outside those scopes is rejected.
- A key only reaches programs the client has been granted.
Keys are secrets. Store them in your server-side secret store, never in client code, logs or version control. Solia shows a key value once, at issuance.