Skip to main content

Get Customer by ID

GET /customers/{id}

Description

Retrieve a single customer by their unique identifier.

Authentication

Bearer Token (JWT)

Request

Headers

HeaderValueRequired
AuthorizationBearer {token}Yes

Path Parameters

ParameterTypeDescription
idstring (UUID)The unique identifier of the customer

Example Request

GET /customers/734a7dd8-b8ba-43df-9210-8bf0f367bca5
Authorization: Bearer {token}