Psycho Profile and Summary by Facebook ID
Endpoint: POST https://tools.clearcheck.io/developer/psycho_profile
Below is a sample request to perform a lookup using the API:
{
"key": "$2b$10$lzptkPKhtLnNrvSkC",
"lookupType": "LOOKUP_TYPE",
"value": "string",
"lookupId": LOOKUP_ID
}
Replace YOUR_API_KEY in the "key" field with your actual API Key.
LOOKUP_TYPE can be:
"PSYCH" for psychological profile of a person.
"SUMMARY" for a summary of a person.
value is the facebook_id of the person.
The "lookupId" must be set to what is shown in table API lookups types at Developer page or at API lookup types page
Last updated