Customers
Get customer
Get a customer by ID or key.
get/api/v1/customers/{customerIdOrKey}
Path parameters
Example:01G65Z755AFWAKHE12NY0CQ9FH
Query parameters
expandCustomerExpand[]
What parts of the customer output to expand
Response
The request has succeeded.
Example response
{
"id": "01G65Z755AFWAKHE12NY0CQ9FH",
"name": "ACME Inc.",
"usageAttribution": {
"subjectKeys": [
"my_subject_key"
]
},
"createdAt": "2024-01-01T01:01:01.001Z",
"updatedAt": "2024-01-01T01:01:01.001Z"
}