Account Apis
| Method | Endpoint | Auth | Description |
|---|---|---|---|
| POST | /api/v1/accounts | Bearer | Create |
| GET | /api/v1/accounts/{id} | Bearer | Get |
| GET | /api/v1/accounts/{id}/balance | Bearer | Balance |
Example Request
{
"example": "See service documentation for full schemas"
}
Example Response
{
"id": "uuid",
"status": "SUCCESS",
"correlation_id": "uuid"
}
All write endpoints require Idempotency-Key header where applicable.