Customers
Get a customer by lookup key
Customers
Wallets
Invoices
Entitlements
Environments
Events
Features
Payments
Integrations
Subscriptions
Tenants
Users
Customers
Get a customer by lookup key
Get a customer by lookup key (external_id)
GET
/
customers
/
lookup
/
{lookup_key}
curl --request GET \
--url https://api.cloud.flexprice.io/v1/customers/lookup/{lookup_key} \
--header 'x-api-key: <api-key>'
{
"address_city": "<string>",
"address_country": "<string>",
"address_line1": "<string>",
"address_line2": "<string>",
"address_postal_code": "<string>",
"address_state": "<string>",
"created_at": "<string>",
"created_by": "<string>",
"email": "<string>",
"environment_id": "<string>",
"external_id": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"status": "published",
"tenant_id": "<string>",
"updated_at": "<string>",
"updated_by": "<string>"
}
Authorizations
Enter your API key in the format x-api-key <api-key>*
Path Parameters
Customer Lookup Key (external_id)
Response
200
application/json
OK
The response is of type object
.
curl --request GET \
--url https://api.cloud.flexprice.io/v1/customers/lookup/{lookup_key} \
--header 'x-api-key: <api-key>'
{
"address_city": "<string>",
"address_country": "<string>",
"address_line1": "<string>",
"address_line2": "<string>",
"address_postal_code": "<string>",
"address_state": "<string>",
"created_at": "<string>",
"created_by": "<string>",
"email": "<string>",
"environment_id": "<string>",
"external_id": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"status": "published",
"tenant_id": "<string>",
"updated_at": "<string>",
"updated_by": "<string>"
}