cURL
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>" }
Unique identifier of the customer.
Successfully generate customer links
Customer portal link.