Credits
Grant credits to a customer credit ledger
This endpoint is used to grant credits to a customer. Submit the credit amount and customer ID in the request body to grant the credits. The granted credits will be added to the customer’s account.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The amount of credits to be granted to the user.
The ID of the customer to whom the credits will be granted.
Response
200
_mintlify/placeholder
RequestSuccess