Endpoint
Authentication
Requires a developer API key in theAuthorization header.
Request Headers
| Header | Value |
|---|---|
Authorization | Bearer <api_key> |
Path Parameters
| Parameter | Type | Description |
|---|---|---|
grantId | string | The grant ID to look up |
Example Request
Response — 200 OK
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Budget allocation ID |
grantId | string | The grant this budget is attached to |
initialBudget | number | The original budget amount |
remainingBudget | number | Current remaining budget |
currency | string | Currency code |
createdAt | string | ISO-8601 creation timestamp |
updatedAt | string | ISO-8601 last update timestamp |
Error Responses
| Status | Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Invalid or missing API key |
| 404 | NOT_FOUND | No budget allocation found for this grant |