cURL
curl --request POST \ --url https://api.spacebring.com/billing/invoices/v1/{id}/resend \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "type": "<string>" }
Resend an issued invoice notification to the customer.
invoices
See our authentication documentation for how to authorize your requests
The id of the network. Required when using bearer token authentication
The id of an invoice.
No Content