Skip to main content
POST
/
v1
/
customers
/
billing
Generate Customer Links
curl --request POST \
  --url https://api.creem.io/v1/customers/billing \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "customer_id": "<string>"
}
'
{
  "customer_portal_link": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication. You can find your API key in the Creem dashboard under Settings > API Keys.

Body

application/json

Customer portal link generation request

customer_id
string
required

Unique identifier of the customer.

Response

Successfully generated customer links

Customer portal link.