Retrieve a customer
Authorizations
AuthorizationstringRequired
Path parameters
customerIdstringRequired
Responses
200
200
application/json
genderstringOptionalExample:
stringidstringOptionalExample:
stringpostcodestringOptionalExample:
stringsegmentIdsstring[]OptionalExample:
stringsuburbstringOptionalExample:
stringteamIdstringOptionalExample:
stringyearOfBirthstringOptionalExample:
integer400
400
application/json
401
401
text/plain
403
403
text/plain
404
404
text/plain
429
429
text/plain
500
500
text/plain
502
502
text/plain
503
503
text/plain
504
504
text/plain
get/customers/{customerId}
GET /v1/customers/{customerId} HTTP/1.1
Host: integration-BASE-URL.citrusad.com/
Authorization: YOUR_API_KEY
Accept: */*
{
"targetingData": {
"string": "string"
},
"id": "string",
"teamId": "string",
"yearOfBirth": "integer",
"gender": "string",
"suburb": "string",
"postcode": "string",
"segmentIds": [
"string"
]
}
