Get Customer State by External ID
Get a customer state by external ID.
The customer state includes information about the customer’s active subscriptions and benefits.
It’s the ideal endpoint to use when you need to get a full overview of a customer’s status.
Scopes: customers:read
customers:write
Authorizations
You can generate an Organization Access Token from your organization's settings.
Path Parameters
The customer external ID.
Response
A customer along with additional state information:
- Active subscriptions
- Active benefits
The ID of the customer.
"992fae2a-2a17-4b7a-8d9e-e287cf90131b"
Creation timestamp of the object.
Last modification timestamp of the object.
The ID of the customer in your system. This must be unique within the organization. Once set, it can't be updated.
"usr_1337"
The email address of the customer. This must be unique within the organization.
"customer@example.com"
Whether the customer email address is verified. The address is automatically verified when the customer accesses the customer portal using their email address.
true
The name of the customer.
"John Doe"
["911144442", "us_ein"]
The ID of the organization owning the customer.
"1dbfc517-0bbf-4301-9ba8-555ca42b9737"
The customer's active subscriptions.
An active customer subscription.
The customer's active benefit grants.
An active benefit grant for a customer.
"https://www.gravatar.com/avatar/xxx?d=blank"
Was this page helpful?