Skip to main content

Get customer details

GET 

/customers/:id

Retrieves detailed information about a specific customer. This endpoint:

  • Returns complete customer profile information
  • Includes all associated data and relationships
  • Provides current status and configuration

Request

Path Parameters

    id stringrequired

Responses

The customer details were successfully retrieved.

Schema

    traceId string
    message string

    data

    object

    id stringrequired
    name stringrequired
    type stringrequired

    portfolios

    object[]

  • Array [

  • id stringrequired

    The ID of the portfolio

    default booleanrequired

    Whether this portfolio is the default portfolio

    wallets string[]required

    The IDs of the wallets in the portfolio

  • ]

Loading...