GET
/
v1
/
customers
/
{id}
/
portal
curl --request GET \
  --url https://api.hyperline.co/v1/customers/{id}/portal \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json
url
string
required