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

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

id
string
requis

Réponse

200 - application/json
url
string
requis