Customers
Get Customer
Retrieve a single customer by ID
GET
Use this endpoint when you need to load a single customer (e.g., for a billing portal or to attach a subscription).Documentation Index
Fetch the complete documentation index at: https://mintlify.com/flexprice/flexprice/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The unique FlexPrice customer ID (e.g.,
cust_abc123xyz789).Query Parameters
Expand related resources in the response (e.g.,
parent_customer to include parent customer details).Response
The unique FlexPrice customer ID.
The external identifier from your system.
The customer’s name or company name.
The customer’s email address.
Primary address line.
Secondary address line.
City name.
State or region name.
Postal code.
Two-letter ISO 3166-1 alpha-2 country code.
The parent customer ID if this is a child customer.
Custom metadata key-value pairs.
The environment ID this customer belongs to.
The tenant ID this customer belongs to.
The status of the customer (e.g.,
published, draft, archived).ISO 8601 timestamp of when the customer was created.
ISO 8601 timestamp of when the customer was last updated.
The ID of the user who created the customer.
The ID of the user who last updated the customer.
The parent customer object if
expand=parent_customer is specified and a parent exists.