Endpoint
Authentication
Requires a developer API key in theAuthorization header.
Request Headers
| Header | Value |
|---|---|
Authorization | Bearer <api_key> |
Example Request
Response — 200 OK
Response Fields
| Field | Type | Description |
|---|---|---|
allocations | array | Array of budget allocation objects |
allocations[].id | string | Unique budget allocation ID |
allocations[].grantId | string | The grant this budget is attached to |
allocations[].initialBudget | number | The original budget amount |
allocations[].remainingBudget | number | Current remaining budget |
allocations[].currency | string | Currency code |
allocations[].createdAt | string | ISO-8601 creation timestamp |
allocations[].updatedAt | string | ISO-8601 last update timestamp |
Error Responses
| Status | Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Invalid or missing API key |