Retrieve details of a specific customer by their ID
6f7e1e7f-93d1-4fcc-b7a4-738f869615c8
fields=first_name,email,phone_number
include=transactions,payment_methods
X-RateLimit-Limit
: Total requests allowed per hour
X-RateLimit-Remaining
: Remaining requests in the current period
X-RateLimit-Reset
: Time when the rate limit resets (Unix timestamp)
Fetch Basic Customer Info
Include Related Data
Versioned Response
Status Code | Description |
---|---|
400 | Invalid request (malformed parameters) |
401 | Authentication failed (invalid or missing API key) |
403 | Permission denied |
404 | Customer not found |
429 | Rate limit exceeded |
500 | Internal server error |