Perdoo OKRs

Description: Perdoo is better strategies. Faster execution - the #1 software for OKR & Strategy Execution.

Website: https://perdoo.com

Follow the steps below to generate an API key and then connect your Perdoo instance to the Universal Talent API.

  1. Navigate to https://web.perdoo.com and log in.

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

  1. Click on API Tokens tab

  2. Fill in the Token name field

  3. Click the Generate button

  1. Enter your password for confirmation when prompted.

  2. 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?