Get Customer
GET
/customers/{customer_id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/customers/' \
--header 'X-Identifier: 01ca8a76-8d28-4da4-a077-40816f5e31c0' \
--header 'Authorization: Bearer 1ePWIFDGKH5Jnjs8fnAVr0JsWrcYSJaO3LLtVvJkk' \
--header 'Content-Type: application/json'
Response Response Example
{}
Request
Path Params
customer_id
string
required
Header Params
X-Identifier
string
required
Example:
01ca8a76-8d28-4da4-a077-40816f5e31c0
Authorization
string
required
Example:
Bearer 1ePWIFDGKH5Jnjs8fnAVr0JsWrcYSJaO3LLtVvJkk
Content-Type
string
required
Example:
application/json
Responses
Modified at 2025-02-17 08:20:42