cURL
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" }
Creates a connect link for a customer.
Successful Response
The response is of type object.
object