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:Idempotency
For POST requests, include anIdempotency-Key header to ensure operations are only performed once:
Pagination
List endpoints support pagination:Rate Limits
Next Steps
Authentication
Set up API authentication
Quickstart
Make your first API call