Errors

We uses conventional HTTP response codes to indicate the success or failure of an API request. HTTP Status Codes summary 200 OK 400 Your request is invalid and/or not formed properly. You need to reformulate your request. 401 No valid API key provided. 402 The Read more…

Authentication

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 }” }

Getting Started

You can start integrating our API’s into your platform by following the steps below: Create a Corporate CheckMyPeople.com account by navigating to https://checkmypeople.com/corporate/ Integrate the checkmypeople API into your platform Head over to the Load Account Balance tab and fund your account in order to Read more…