Skip to main content
POST
/
invoices
/
bill_runs
Create a bill run job request
curl --request POST \
  --url https://api.togai.com/invoices/bill_runs \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.togai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

require_confirmation
boolean

Specifies whether to start a migration only after a confirmation

Example:

false

Response

OK

success
boolean
required
Example:

true