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: <x-api-key>' \
  --data '{
  "customer_id": "<string>"
}'
{
  "customer_portal_link": "<string>"
}

Headers

x-api-key
string
required

Body

application/json
customer_id
string
required

Unique identifier of the customer.

Response

200 - application/json

Successfully generate customer links

Customer portal link.

I