POST
/
v1
/
customers
/
{customer_id}
/
connect-link
curl --request POST \
  --url https://api.amberflow.io/v1/customers/{customer_id}/connect-link \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "location_id": null,
  "language": "en-US"
}'
{
  "url": "www.connect.amberflow.io/8Jha991alsd",
  "valid_until": "2024-09-23T00:00:00.000Z"
}

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 object.