Check Service Availability
documentedReturn real-time available time windows and pricing for a project.
POST /2025-12/projects/availabilityProjectsno 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://{{$api_subdomain}}.partner-platform.taskrabbit.com/2025-12/projects/availability" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"location": {"line1": "{{$address_line1}}","city": "{{$city}}","region": "{{$region}}","postal_code": "{{$postal_code}}","country": "{{$country}}"},"items": [{"service_id": "{{$service_id}}","quantity": {{$quantity}} }],"requested_time_window": {"start": "{{$start_datetime}}","end": "{{$end_datetime}}"}}'