cURL
curl --request GET \ --url https://demo1-api.payrollintegrationsdemo.com/v1/tpes \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "displayName": "<string>" } ] }
Returns a list of Third Party Entities
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of TPEs
Show child attributes