cURL
curl --request GET \ --url https://api.payrollintegrationsapp.com/v1/employer-identifiers/{employer_identifier}/invites/{invite} \ --header 'Authorization: Bearer <token>'
{ "contactEmail": "user@example.com", "createdAt": "2024-01-15T10:30:00Z", "employerIdentifierId": "550e8400-e29b-41d4-a716-446655440000", "id": "770e8400-e29b-41d4-a716-446655440002", "lastEmailSentAt": "2024-01-17T08:00:00Z" }
Retrieves a specific employer identifier invite
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Employer identifier invite details