cURL
curl --request GET \ --url https://demo1-api.payrollintegrationsdemo.com/v1/tpes/{tpe}/plan-invites \ --header 'Authorization: Bearer <token>'
{ "id": "770e8400-e29b-41d4-a716-446655440002", "planId": "550e8400-e29b-41d4-a716-446655440000", "tpeId": "660e8400-e29b-41d4-a716-446655440001", "email": "[email protected]", "status": "pending", "createdAt": "2024-01-15T10:30:00Z", "expiresAt": "2024-01-22T10:30:00Z" }
Retrieves plan invites for a specific TPE
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
TPE plan invites