Skip to main content
GET
/
platform-customers
/
{id}
cURL
curl --request GET \
  --url https://ebrcapi.dev.eximfiles.com/api/v1/platform-customers/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "email": "[email protected]",
  "type": "customer",
  "companyName": "<string>",
  "address": "<string>",
  "platformId": "<string>",
  "isActive": true,
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The customer ID

Response

Customer response

id
string

Unique identifier of the platform customer

name
string
email
string<email>
type
enum<string>
default:customer
Available options:
customer
companyName
string
address
string
platformId
string

Platform user ID that owns this customer

isActive
boolean
createdAt
string<date-time>
updatedAt
string<date-time>