Profit.co
Follow the steps below to generate an API Key and Access Key and connect your Profit instance to the Universal Talent API.
Login to Profit and click Settings.

In Settings, select Security from the left sidebar.
Click the Regenerate button if you want to cycle your keys.
Copy the API Key and Access Key to your 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:profitco",
"internal": false,
"name": "{{your organization in profit}}",
"externalId": "{{your organization shortname}}-profitco",
"secretData": {
"apiKey": "{{profitCoApiKey}}",
"accessKey": "{{profitCoAccessKey}}"
}
}
Last updated
Was this helpful?