API Reference
The Proxy API enables you to programmatically manage customers, agents, cards, and transactions.Base URL
Request Format
All requests use JSON bodies and require theContent-Type: application/json header.
Response Format
Responses are JSON with consistent structure:Errors
Errors return appropriate HTTP status codes with details:| Status | Description |
|---|---|
| 400 | Bad request - invalid parameters |
| 401 | Unauthorized - invalid API key |
| 404 | Not found - resource doesn’t exist |
| 429 | Rate limited - too many requests |
| 500 | Server error |
Idempotency
For POST requests, include anIdempotency-Key header to ensure operations are only performed once:
Pagination
List endpoints support pagination:Rate Limits
| Tier | Requests/minute |
|---|---|
| Standard | 100 |
| Pro | 1000 |
| Enterprise | Custom |