POST
/
v1
/
customers
/
{customer_id}
/
send-email-invite
curl --request POST \
  --url https://api.amberflow.io/v1/customers/{customer_id}/send-email-invite \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "language": "en-US"
}'
"<any>"

Authorizations

X-API-Key
string
header
required

Path Parameters

customer_id
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.