Skip to main content
GET
/
customers
/
{external_customer_id}
/
portal_url
Get a customer portal URL
curl --request GET \
  --url https://core.nozle.app/api/v1/customers/{external_customer_id}/portal_url \
  --header 'Authorization: Bearer <token>'
{
  "customer": {
    "portal_url": "https://app.lago.com/customer-portal/1234567890"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

external_customer_id
string
required

External ID of the existing customer

Example:

"5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba"

Response

Portal URL

customer
object
required