Get Customer
GET
/v1/customers/source/{source}/externalId/{externalId}Get Customer by External ID and Source
Request
Path Params
source
string
required
For API users should be Always 9
Example:
{{source}}
Match pattern:
[1-9]
externalId
string
required
Example:
{{customerExternalId}}
Request samples
Responses
Successful operation(200)
Something is wrong with your request(400)
Unauthorized(401)
Forbidden(403)
Customer Not Found(404)
Internal Error(500)
Successful operation
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"complytId": "9f8ee193-1a71-42b4-801d-ee1d8a161fbe",
"externalId": "externalIdExample",
"source": "sourceExample",
"name": "Complyt",
"address": {
"city": "Sacramento",
"country": "US",
"county": null,
"state": "CA",
"street": "944 W. Wintergreen St.",
"zip": "95823",
"isPartial": false
},
"email": "example@some.mail.com",
"customerType": "RETAIL",
"internalTimestamps": {
"createdDate": "2023-01-10T17:40:44.357",
"updatedDate": "2023-01-11T17:10:21.275"
},
"externalTimestamps": {
"createdDate": "2022-10-19T07:00:00",
"updatedDate": "2022-10-19T09:07:54.585"
},
"comment": "this is a customer"
}
Last modified: 4 months ago