Skip to main content
GET
/
v1
/
tpes
/
{tpe}
Get TPE
curl --request GET \
  --url https://demo1-api.payrollintegrationsdemo.com/v1/tpes/{tpe} \
  --header 'Authorization: Bearer <token>'
{
  "id": "660e8400-e29b-41d4-a716-446655440001",
  "name": "Example Third Party Administrator",
  "type": "TPA",
  "createdAt": "2024-01-10T09:00:00Z"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

tpe
string<uuid>
required

Response

TPE details

id
string
required
displayName
string
required