Skip to main content
GET
/
v1
/
tpes
List TPEs
curl --request GET \
  --url https://demo1-api.payrollintegrationsdemo.com/v1/tpes \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "displayName": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

List of TPEs

data
object[]
required