Allocate credits to a client
Credits
Allocate credits to a client
Allocates credits from the workspace to a specific client. Requires client ownership verification.
POST
Allocate credits to a client
Authorizations
Enter your API key (starts with lindo_sk_)
Body
application/json
The ID of the client to allocate credits to
Example:
"client_abc123"
Type of credits to allocate
Available options:
monthly, purchased, daily Example:
"purchased"
Number of credits to allocate (must be positive)
Required range:
x >= 1Example:
100
Source of the allocation (e.g. bonus, purchase)
Example:
"bonus"
Optional notes for the allocation
Example:
"Monthly credit top-up"

