15Five

Description: 15Five is the performance management platform built for business impact. Where performance, engagement and retention isn’t just measured - it’s maximized.

Website: https://15five.com

Follow the steps below to generate an Access token and then connect your 15Five workspace to the Universal Talent API.

  1. First, click the Gear menu in the upper right and Click Integrations from the dropdown. Scroll down till you find Public API. Click Manage.

  1. Click Create new key

  1. Fill in a name for the new API key and hit Save.

  1. Copy your new API key (or access 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:15five",
  "internal": false,
  "name": "{{your organization in 15five}}",
  "externalId": "{{your organization shortname}}-15five",
  "secretData": {
    "apiKey": "{{15fiveApiKey}}"
  }
}

Last updated

Was this helpful?