cURL
curl --request POST \ --url https://api.monigo.co/v1/invoices/generate \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "subscription_id": "<string>" } '
{}
Generates a new invoice for the given subscription
API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}
Invoice generation details
Created
The response is of type object.
object