Apps
Connections to other applications - because nothing exists in a silo.
Storing data from an App
Creating and using an App
POST https://api.peoplelogic.dev/api/v1/app
Content-Type: application/json
Authorization: Bearer {{demoOrgToken}}
{
"type": "pl:sync:merge:hris",
"internal": true,
"name": "Demo Connection with MS Entra",
"externalId": "abc",
"secretData": {
"accountToken": "{{entraToken}}"
}
}Last updated
Was this helpful?
