Sign in

List Services Belonging to a Brand

documented

Return services configured for a given brand.

GET /2025-12/brands/{brand_uuid}/servicesBrandsno implementation yet0 runs
No 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"
List Services Belonging to a Brand · TaskRabbit · OpenIntegrations