cURL
curl --request GET \ --url https://demo1-api.payrollintegrationsdemo.com/v1/payroll-platforms/{payroll_platform} \ --header 'Authorization: Bearer <token>'
{ "id": "990e8400-e29b-41d4-a716-446655440004", "name": "Example Payroll Platform", "status": "active", "createdAt": "2024-01-10T09:00:00Z" }
Retrieves a specific payroll platform
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Payroll platform details
Show child attributes