Files
a2a-platform 85db61186e deploy
2026-06-27 01:05:11 +00:00

1.2 KiB

name, description
name description
data-integrations-routes Handle 2 OpenAPI operation(s) under /data-integrations/{slug} for the data integrations route group.

data integrations API Routes

Handle 2 OpenAPI operation(s) under /data-integrations/{slug} for the data integrations route group.

Use the generated operation tools to make real API calls. Do not invent API responses. If a tool reports missing setup, return the exact setup field name to the caller. For write, update, or delete operations, state the intended action before calling the tool.

Operations

data_integrations_controller_get_data_integration_authorize_url

  • Operation ID: data_integrations_controller_get_data_integration_authorize_url
  • Route: POST /data-integrations/{slug}/authorize
  • Mode: WRITE
  • Summary: Get authorization URL
  • Parameters:
    • slug in path required
  • Body: JSON request body accepted.

data_integrations_controller_get_userland_user_token

  • Operation ID: data_integrations_controller_get_userland_user_token
  • Route: POST /data-integrations/{slug}/token
  • Mode: WRITE
  • Summary: Get an access token for a connected account
  • Parameters:
    • slug in path required
  • Body: JSON request body accepted.