We are using cookies in our website in order to offer better service to you. You allow us to use cookies by continuing to use our internet website. You can reach the detailed information on cookies from our Privacy Policy and Cookies Policy.
X
Home > Api Products > Customers

Customers

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"
    }
}​