GET
/
customers
/
self

Authorizations

Authorization
string
header
required

The access token.

Headers

x-fabric-tenant-id
string

A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.

x-fabric-request-id
string

Unique request ID

Response

200 - application/json
createdAt
string
required

The time when the customer was added to the system, in UTC format.

emailAddress
string
required

The customer's email.

id
string
required

A 24-character system-generated ID of the customer.

isDeleted
boolean
required

A flag indicating whether the customer's record is deleted. true indicates, the customer's record is deleted and false indicates otherwise.

name
object
required

The full name of the customer.

updatedAt
string | null
required

The time when the customer data was last updated, in UTC format.

additionalAttributes
object

A placeholder for additional info, in key-value pairs.

defaultAddress
object[]

The default addresses of the customer.

deletedAt
string | null

The time when the customer's record was deleted, in UTC format.

externalId
string

A UUID of the customer.

phone
object
status
enum<string>

The account status of the customer.

Available options:
ACTIVE,
INACTIVE,
BLOCKED