cURL
curl --request GET \ --url https://sandbox.intermezzo.ai/worksites/{worksite_id}/insurance-details \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "validFrom": "2023-12-25", "validTo": "2023-12-25", "insuranceCountry": "DE", "worksiteLocationNumber": "98797889", "accidentInsuranceCompanyNumber": "98797889", "accidentInsurancePin": "DE-WS-PIN-456", "payrollServiceProviderNumber": "98797889", "payrollProcessingLocationNumber": "98797889" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
"DE"
DE: BBNRVU
"98797889"
DE: BBNR UV
DE: UV PIN
"DE-WS-PIN-456"
DE: BBNR AS
DE: BBNR LB
Was this page helpful?