Skip to main content
GET
Customer details

Overview

GET /customers/{id} returns full details of a single customer in your company.

When to use it

  • Display a customer profile in your dashboard.
  • Check a customer’s status before issuing them a card.
  • Reconcile a single customer record.

Prerequisites

  • The customer must belong to your company.

Request

Headers

Path parameters

Response

200 — Success

Field reference

Error responses

Code examples

cURL
Node.js (axios)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Detailed information for a single customer.

success
boolean
Example:

true

statusCode
integer
Example:

200

message
string
Example:

"Data retrieved successfully"

data
object