POST
/
invoices
/
bill_runs
curl --request POST \
  --url https://api.togai.com/invoices/bill_runs \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

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

200
application/json
OK
success
boolean
required
Example:

true