View Contact Details

This API lists all the details of a user stored in CEE

API Details

URL Schema:
US IDC:
https://api.netcoresmartech.com/apiv2

Indian IDC:
https://apiin.netcoresmartech.com/apiv2

EU IDC:
https://jsonapi.eu-north-1.eu.netcoresmartech.com/apiv2

Method:
GET

Header:

KeyValue
Content-Typeapplication/json

Parameters:

ParameterDecriptionData TypeRequiredParameter Type
activityActivity refers to the action that is being performed through the API, that is, add, delete, update, and so on.
Value here: getuser
StringYesQuery Parameter
dataPrimary Key of the contact. e.g. [email protected]StringYesBody Parameter
apikeyYou can obtain the API key from the CEE panel. Log in to your CEE panel and go to Admin. Enable the API Mode in Account Configuration under Advance details. Now, go to Sub Admin and click Edit on your user name. You can view your API key here.StringYesQuery Parameter
typeIt represents the module or group the API belongs to. For example, if the API 's functionality is related to Contacts, type is 'contact'.

value here: contact
StringYesQuery Parameter

Request:

https://api.netcoresmartech.com/apiv2?type=contact&activity=getuser&apikey=xxxxxxxxxxxxxxxxxxxxxxxxxxx&[email protected]

Response: 200 OK

{
    "status": "success",
    "results": [
        {
            "ID": "4558",
            "EMAIL": "[email protected]",
            "MOBILE": "9999999999",
            "CUSTOMER_ID": "00000132",
            "FIRST_NAME": "Mike",
            "LAST_NAME": "",
        }
    ]
}