POST
/
v1
/
invoices
/
regenerate
Regenerate an invoice
curl --request POST \
  --url https://api.metronome.com/v1/invoices/regenerate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "6a37bb88-8538-48c5-b37b-a41c836328bd"
}'
{
  "data": {
    "id": "6a37bb88-8538-48c5-b37b-a41c836328bd"
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/json

The invoice id to regenerate

The body is of type object.

Response

200 - application/json

Success

The response is of type object.