Authorization header using the Bearer scheme.
API keys
API keys are created in the Developer section of your dashboard. Each key is scoped to your Platform and can be independently labeled and revoked. Keys are prefixed withsk_ and should be treated as secrets. Do not expose them in client-side code, public repositories, or logs.
Environments
| Environment | Base URL | Description |
|---|---|---|
| Sandbox | https://sandbox.api.otim.com/v0 | For development and testing. No real funds are moved. |
| Production | https://api.otim.com/v0 | For live operations with real funds. |
Error responses
Requests with a missing or invalid API key return a401 Unauthorized response: