CheckMyPeople.com API provides an API key which you can get from your Profile Page.
Headers for incoming requests must contain this secret key in the format below. API requests without authentication will fail.
Authentiacation
{
“Authorization”: “Bearer { Api Key here }”
}
“Authorization”: “Bearer { Api Key here }”
}