Customer Actions

Customers have access to a separated portal where they can manage their subscriptions, payment methods, and personal information. This portal is called the Customer Portal. Get more information about the Customer Portal here.

On the following page, you can also read more about customer receipts, refunds, and how Users access that information.

Customer Portal

Understand how customers can manage their subscriptions and information.

Customer objects can also be queried independently by your application so that you can synchronize specific customer data with their subscription statuses and transaction history.

For example, you can query a customer by their email address to refresh their subscription statuses and update your application’s UI accordingly.

curl -X 'GET' \
  'http://api.creem.io/v1/customers?email=alecerasmus@gmail.com' \
  -H 'accept: application/json' \
  -H 'x-api-key: creem_123456789'