Get customer by ID

Retrieve detailed information for a specific customer by their unique identifier.

Returns comprehensive customer data including:

  • Basic information: name, email, phone
  • Address details: billing and shipping addresses
  • Custom data: organization-specific custom fields
  • Metadata: creation and update timestamps

Requirements:

  • Customer must belong to the authenticated organization
  • Valid UUID format required for customer_id
  • Returns 404 if customer doesn't exist or is not accessible
Language
Credentials
Click Try It! to start a request and see the response here!