Authentication
API key
All API requests must include your API key in the X-API-Key header.
X-API-Key: brykto_live_sk_xxxxxxxxxxxxxxxx
You can find your API key in the Developers section of your Brykto dashboard.
Base URL
https://bryktopay.com
Versioning
All API endpoints are under /v1. Example:
POST https://bryktopay.com/v1/payment-links
Error responses
All errors return JSON with a detail field.
{
"detail": "Invalid API key."
}
Common HTTP status codes:
| Code | Meaning |
|---|---|
| 200 | Success |
| 400 | Bad request - check your parameters |
| 401 | Invalid or missing API key |
| 422 | Validation error - see detail for fields |
| 429 | Rate limit exceeded |
| 500 | Server error |
Rate limits
API requests are rate-limited per API key. See Rate Limits for details.