Get package
documentedRetrieve a specific package
GET /api2/arrangementen/{id}Packagesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://demo.recras.nl/api2/arrangementen/{{$id}}" \
-X GET \
-H "Authorization: Bearer {{RECRAS_API_KEY}}" \
-H "Accept: application/json"