cURL
curl --request GET \ --url https://api.monigo.co/v1/invoices \ --header 'Authorization: <api-key>'
{}
Returns all invoices, with optional filtering by status or customer
API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}
Filter by status
Filter by customer ID
OK
The response is of type object.
object