POST
/
api
/
v1
/
invoices
/
{id}
/
send-reminder
curl --request POST \
  --url https://app.flowglad.com/api/v1/invoices/{id}/send-reminder \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "to": [
    "jsmith@example.com"
  ],
  "cc": [
    "jsmith@example.com"
  ]
}'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Body

application/json

Response

200
application/json

Successful response

The response is of type object.