Contact API (Cerebria ID)

This API request is used to find contact information of user using Cerebria App ID. This request requires Cerebria ID as a must to find the contact information of the user.

EndPoint: POST /contact

Body Parameters
Example Request
{
    "cerebria_id": "gWZOE4sBFoATWK64LrIq",
    "work_email": false,
    "platinum_work_email":false,
    "personal_email":false,
    "direct_dial":false,
    "mobile_number":true
}
Example Response
{
    "work_email": [],
    "platinum_work_email": [],
    "personal_email": [],
    "direct_dial": [],
    "mobile_number": [
        "0689749842",
        "6425139032423",
        "0202635529946",
        "6507030678",
        "26485631190"
    ]
}

Last updated