Open Context Protocol is live! 🚀 Read the launch post

getCustomersCustomer

Retrieve a customer

GET /v1/customers/{customer} HTTP/1.1

Parameters

{
  "customer": {
    "description": "",
    "required": true,
    "location": "path",
    "type": "string"
  },
  "expand": {
    "description": "Specifies which fields in the response should be expanded.",
    "required": false,
    "location": "query",
    "type": "array"
  }
}

Response Schema

{
  "anyOf": [
    {
      "$ref": "#/components/schemas/customer"
    },
    {
      "$ref": "#/components/schemas/deleted_customer"
    }
  ]
}