Getting started
Your first API call
Reveal your API key and list merchants with one request.
- 1Open Developer → API keys in the sidebar.
- 2Reveal your sandbox key.⚠ The full key is shown once. Store it in your secrets manager — after this screen we only display a masked prefix. If you lose it, rotate the key.
- 3Call the API from your terminal.curl -H "Authorization: Bearer YOUR_API_KEY" https://api.capitis.app/v1/merchants
- 4Explore the full surface in the interactive API reference at capitis.app/docs/api.Every endpoint, parameter, and response envelope is documented there from the live OpenAPI spec.
Was this helpful?
Still stuck? Ask the assistant (bottom right) or email support@capitis.app