Getting Started

Requirement to start using our API will be:

  • Obtaining API Key from PulseLink Support (staging for testing OR production)

The endpoints listed in this documentations are the end portion only, you will have to combine based on your objective:

  • For staging / testing - use https://api-staging.thepulselink.io

  • For production - use https://api.thepulselink.io

Example, to get a list of employee, the endpoints will be:

  • https://api-staging.thepulselink.io/api/v1/client/employee/

  • https://api.thepulselink.io/api/v1/client/employee/


Postman Collection

You may request for postman collection from our support to be used for your development process.

Last updated