List Services Belonging to a Brand
documentedReturn services configured for a given brand, with optional pricing.
GET /2025-12/brands/{brand_uuid}/servicesBrandsno 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://{{$subdomain}}.partner-platform.taskrabbit.com/2025-12/brands/{{$brand_uuid}}/services?include_pricing={{$include_pricing}}&external_identifier={{$external_identifier}}" -X GET -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" -H "X-Api-Key: {{TASKRABBIT_API_KEY}}" -H "Accept: application/json"