Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
200 - application/json
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>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?