NAV

Introduction

Engagedly is a cloud based new age Performance Management Software that redefines performance appraisals by simplifying and incorporating elements of employee engagement into the performance review process.

Engagedly API are designed to be REST (Representational State Transfer) APIs. These 'RESTful' APIs allows operations such as reading, modifying, adding or deleting data from your Engagedly Instance.

Guides

These guides walk through common tasks with the Engagedly API. For the complete list of endpoints, request parameters, and responses, see the API Reference tab.

Before you begin

Authenticating a request

Pass your keys as headers on every request:

curl "https://api.engagedly.com/beta/users" \
  -H "ClientKey: xxxxxxxxxxxxxx" \
  -H "SecretKey: xxxxxxxxxxxxxx"

Additional walkthroughs (pagination, creating and updating users, syncing departments and business units) are on the way. In the meantime, every endpoint in the API Reference includes copy-ready request and response samples.