Get one Customer
Returns one Customer by id inside the calling organization boundary. Missing or inaccessible shared Customers return 404.
Returns one Customer by id inside the calling organization boundary. Missing or inaccessible shared Customers return 404.
Authorization<token>
Organization API key. Format: Bearer sk_live_...
In: header
Path Parameters
id*string
Customer identifier returned by the Organization API.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/customers/string"{ "data": {}, "meta": { "requestId": "string", "version": "v1", "timestamp": "2019-08-24T14:15:22Z", "rateLimit": { "limit": 0, "remaining": 0, "reset": 0 } }}