Overview
API Overview
BKey API — base URL, authentication, response format, and error handling.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
BKey API — base URL, authentication, response format, and error handling.
https://api.bkey.id
Authorization: Bearer <access_token>
Authorization: Bearer mk_live_...
{
"id": "chk_abc123",
"status": "pending",
"amount": 9.99
}
{
"success": false,
"error": {
"code": "invalid_argument",
"message": "Amount is required"
}
}
| Code | Meaning |
|---|---|
200 | Success |
201 | Created |
400 | Validation error — check request body |
401 | Unauthorized — missing or invalid token |
403 | Forbidden — insufficient scopes |
404 | Resource not found |
409 | Conflict — duplicate or concurrent request |
429 | Rate limited |
5XX | Server error |
GET /.well-known/openid-configuration
GET /oauth/jwks