Perdoo OKRs
Follow the steps below to generate an API key and then connect your Perdoo instance to the Universal Talent API.
Navigate to https://web.perdoo.com and log in.

In the upper-right corner, click your avatar and select Personal Settings.

Click on API Tokens tab
Fill in the Token name field
Click the Generate button

Enter your password for confirmation when prompted.
Copy your new API Token to the clipboard.

Connect the API to Peoplelogic.dev
Send the following request to your API endpoint and you'll start to see data start sync'ing into your Peoplelogic.dev workspace. Remember, replace the values surrounded by {{
and }}
(including the curly brackets!) with your actual values.
POST https://api.peoplelogic.dev/api/v1/app
Content-Type: application/json
Authorization: Bearer {{demoOrgToken}}
{
"type": "pl:sync:perdoo",
"internal": false,
"name": "{{our organization in perdoo}}",
"externalId": "{{your organization shortname}}-perdoo",
"secretData": {
"apiKey": "{{perdooApiToken}}"
}
}
Last updated
Was this helpful?