Description
This API is used to get customer’s e-mail and job information.
How it Works
Sample Request
GET {API_HOST}/api/v1/customers/
Headers:
X-IBM-client-id: {YOUR_CLEINT_ID}
X-IBM-client-secret: {YOUR_CLEINT_SECRET}
Authorization: Bearer {access_token}
Content-Type: application/json
Sample Response
{
"data": {
"profession": "MESLK_MUHENDIS",
"occupational_status": "CLSDR_OZELSEKTOR",
"job_title": "UNVAN_UZMAN",
"educational_level": "OGRDR_UNIVERSITE",
"email_address": "test@email.com.tr"
}
}