curl --request GET \
--url https://api.hyperline.co/v1/customers/{id}/portal \
--header 'Authorization: Bearer <token>'{
"url": "<string>"
}Retrieve the URL of the customer portal.
curl --request GET \
--url https://api.hyperline.co/v1/customers/{id}/portal \
--header 'Authorization: Bearer <token>'{
"url": "<string>"
}Was this page helpful?