AI agents: install the Runflow skill before integrating, or jump to For agents.
curl --request PATCH \
--url https://api.runflow.io/v1/billing/balance \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"low_balance_threshold": 1,
"updated_at": "2023-11-07T05:31:56Z"
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"balance": "<string>",
"low_balance_threshold": "<string>",
"low_balance_notified_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Partial update (PATCH) of the organization credit balance (threshold only).
curl --request PATCH \
--url https://api.runflow.io/v1/billing/balance \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"low_balance_threshold": 1,
"updated_at": "2023-11-07T05:31:56Z"
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"balance": "<string>",
"low_balance_threshold": "<string>",
"low_balance_notified_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://docs.runflow.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The updated credit balance.
Response shape.
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$