Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.closebot.com/agency/billing/transactions/source/{sourceId} \ --header 'Content-Type: application/json' \ --header 'X-CB-KEY: <api-key>' \ --data ' { "amount": "<string>", "description": "<string>" } '
{ "id": 123, "status": "<string>", "description": "<string>", "amount": 123, "currency": "<string>", "createdAt": "2023-11-07T05:31:56Z", "receiptUrl": "<string>", "usage": { "startTime": "2023-11-07T05:31:56Z", "endTime": "2023-11-07T05:31:56Z", "responses": 123, "libraryBytes": 123, "users": 123, "responseCost": 123, "libraryCost": 123, "userCost": 123 } }
CloseBot API Key Authorization
The source ID.
Created
Show child attributes