15Five
Follow the steps below to generate an Access token and then connect your 15Five workspace to the Universal Talent API.
First, click the Gear menu in the upper right and Click Integrations from the dropdown. Scroll down till you find Public API. Click Manage.

Click Create new key

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

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?