Skip to main content
POST
/
v1
/
invoices
/
generate
Generate an invoice
curl --request POST \
  --url https://api.monigo.co/v1/invoices/generate \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "subscription_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}

Body

application/json

Invoice generation details

subscription_id
string

Response

Created

The response is of type object.