# 15Five

{% hint style="info" %}
**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](https://15five.com/)
{% endhint %}

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.

<figure><img src="https://214419501-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJnTEn53Z4ZTCjCdmENZ2%2Fuploads%2FIjr3bts7uuK08PrE5Y4T%2FScreenshot%202025-07-22%20at%202.59.33%E2%80%AFPM.png?alt=media&#x26;token=de1e0725-26bf-4b7f-a261-0d14298bb851" alt=""><figcaption></figcaption></figure>

2. Click Create new key

<figure><img src="https://214419501-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJnTEn53Z4ZTCjCdmENZ2%2Fuploads%2Fky4mjU1EdWXsIwdhvMJW%2FScreenshot%202025-07-22%20at%203.00.45%E2%80%AFPM.png?alt=media&#x26;token=d6fb04b4-d76c-4551-8716-b7040ab7b8f0" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://214419501-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJnTEn53Z4ZTCjCdmENZ2%2Fuploads%2FTUM25WILY73X5OONpi8J%2FScreenshot%202025-07-22%20at%203.01.04%E2%80%AFPM.png?alt=media&#x26;token=2d2c84d1-1a33-4b63-96e6-41a09b04aa4f" alt=""><figcaption></figcaption></figure>

2. Copy your new API key (or access token) to the clipboard.

<figure><img src="https://214419501-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJnTEn53Z4ZTCjCdmENZ2%2Fuploads%2Flvu4Jqt1ZxNdru4ps0wQ%2FScreenshot%202025-07-22%20at%203.01.21%E2%80%AFPM.png?alt=media&#x26;token=a88e99d1-093c-4134-9917-a16fadafd9e0" alt=""><figcaption></figcaption></figure>

### 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.

```http
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}}"
  }
}
```
