Billing
Allocate Credits
PUT /partner/organizations/{organizationId}/credits{
"credits": 500,
"notes": "Monthly allocation for Acme Corp"
}Field
Type
Required
Description
{
"allocation": {
"id": "uuid",
"partnerId": "uuid",
"organizationId": "uuid",
"creditsAllocated": 500,
"creditsUsed": 0,
"creditsAvailable": 500,
"allocatedAt": "2025-02-27T10:30:00Z"
}
}Get Billing Info
Get Billing Period Usage
Calculate Billing
Parameter
Type
Required
Description
Last updated