post https://api.amberflow.io/api/v1/customers//connect-link
Creates a connect link for a customer.
Log in to see full request history
Responses
Creates a connect link for a customer.
xxxxxxxxxx
curl --request POST \
--url https://api.amberflow.io/api/v1/customers/customer_id/connect-link \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"url": "www.connect.amberflow.io/8Jha991alsd",
"valid_until": "2024-09-23T00:00:00.000Z"
}