Akkio Integrations API

The Integrations API from Akkio — 35 operation(s) for integrations.

Operations 35

GET /integrations/introspect/google-analytics-4/{connection_id}/accounts Get Google Analytics Accounts Route #
GET /integrations/introspect/google-analytics-4/{connection_id}/{account_id}/properties Get Google Analytics Properties Route #
GET /integrations/introspect/google-analytics-4/{connection_id}/{account_id}/{property_id}/dimensions Get Google Analytics Dimensions Route #
GET /integrations/introspect/google-analytics-4/{connection_id}/{account_id}/{property_id}/metrics Get Google Analytics Metrics Route #
POST /integrations/introspect/google-analytics-4/{connection_id}/{account_id}/{property_id}/validate-report Post Google Analytics Validate Report Route #
GET /integrations/introspect/google-ads/{connection_id}/accounts/{login_customer_id}/{customer_id}/children Get Google Analytics Account Children Route #
GET /integrations/introspect/google-ads/{connection_id}/accounts/top Get Google Analytics Top Level Account Route #
GET /integrations/introspect/google-ads/{connection_id}/accounts Get Google Analytics Accounts Route #
GET /integrations/google-ads/ad-field-attributes Get Google Ads Field Attribute Names #
GET /integrations/google-ads/ad-segment-attributes Get Google Ads Segment Attribute Names #
GET /integrations/google-ads/disallowed-segment-pairs Get Google Ads Disallowed Segment Pairs #
POST /integrations/introspect/mysql/databases Databases #
POST /integrations/introspect/mysql/tables Tables #
POST /integrations/introspect/postgres/schemas Schemas #
POST /integrations/introspect/postgres/tables Tables #
POST /integrations/introspect/snowflake/databases Databases #
POST /integrations/introspect/snowflake/schemas Schemas #
POST /integrations/introspect/snowflake/tables Tables #
GET /integrations/introspect/meta/{connection_id}/accounts Get Meta Accounts Route #
GET /integrations/meta/form/metrics Get Meta Metrics Names #
GET /integrations/meta/ad-field-attributes Get Meta Field Attribute Names #
GET /integrations/meta/form/dimensions Get Meta Dimensions Names #
GET /integrations/meta/ad-segment-attributes Get Meta Segment Attribute Names #
GET /integrations/meta/disallowed-dimension-pairs Get Meta Disallowed Dimension Pairs #
GET /integrations/meta/disallowed-segment-pairs Get Meta Disallowed Segment Pairs #
GET /integrations/introspect/linkedin-ads/{connection_id}/accounts Get Linkedin Accounts Route #
GET /integrations/linkedin-ads/ad-field-attributes Get Linkedin Ads Field Attribute Names #
POST /integrations/introspect/hubspot/{object_type}/properties Controller Introspect Properties #
POST /integrations/connections/create Controller Handle Create Connection #
POST /integrations/introspect/connection Controller Handle Introspect Connection #
POST /integrations/introspect/connection_id/{connection_id} Controller Handle Introspect Connection Id #
POST /integrations/introspect/table Controller Handle Introspect Table #
POST /integrations/commit/import Controller Handle Commit Import #
POST /integrations/preview/predict Controller Handle Preview Predict #
POST /integrations/commit/predict Controller Handle Commit Predict #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/akkio-integrations-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

akkio-integrations-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Fast Integrations API
  version: 0.1.0
tags:
- name: Integrations
paths:
  /integrations/introspect/google-analytics-4/{connection_id}/accounts:
    get:
      tags:
      - Integrations
      summary: Get Google Analytics Accounts Route
      description: Get Google Analytics accounts.
      operationId: get_google_analytics_accounts_route_integrations_introspect_google_analytics_4__connection_id__accounts_get
      parameters:
      - name: connection_id
        in: path
        required: true
        schema:
          type: string
          title: Connection Id
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                title: Response Get Google Analytics Accounts Route Integrations Introspect Google Analytics 4  Connection Id  Accounts Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/introspect/google-analytics-4/{connection_id}/{account_id}/properties:
    get:
      tags:
      - Integrations
      summary: Get Google Analytics Properties Route
      description: Get Google Analytics properties.
      operationId: get_google_analytics_properties_route_integrations_introspect_google_analytics_4__connection_id___account_id__properties_get
      parameters:
      - name: connection_id
        in: path
        required: true
        schema:
          type: string
          title: Connection Id
      - name: account_id
        in: path
        required: true
        schema:
          type: string
          title: Account Id
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                title: Response Get Google Analytics Properties Route Integrations Introspect Google Analytics 4  Connection Id   Account Id  Properties Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/introspect/google-analytics-4/{connection_id}/{account_id}/{property_id}/dimensions:
    get:
      tags:
      - Integrations
      summary: Get Google Analytics Dimensions Route
      description: Get Google Analytics dimensions.
      operationId: get_google_analytics_dimensions_route_integrations_introspect_google_analytics_4__connection_id___account_id___property_id__dimensions_get
      parameters:
      - name: connection_id
        in: path
        required: true
        schema:
          type: string
          title: Connection Id
      - name: account_id
        in: path
        required: true
        schema:
          type: string
          title: Account Id
      - name: property_id
        in: path
        required: true
        schema:
          type: string
          title: Property Id
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                title: Response Get Google Analytics Dimensions Route Integrations Introspect Google Analytics 4  Connection Id   Account Id   Property Id  Dimensions Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/introspect/google-analytics-4/{connection_id}/{account_id}/{property_id}/metrics:
    get:
      tags:
      - Integrations
      summary: Get Google Analytics Metrics Route
      description: Get Google Analytics dimensions.
      operationId: get_google_analytics_metrics_route_integrations_introspect_google_analytics_4__connection_id___account_id___property_id__metrics_get
      parameters:
      - name: connection_id
        in: path
        required: true
        schema:
          type: string
          title: Connection Id
      - name: account_id
        in: path
        required: true
        schema:
          type: string
          title: Account Id
      - name: property_id
        in: path
        required: true
        schema:
          type: string
          title: Property Id
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  type: object
                title: Response Get Google Analytics Metrics Route Integrations Introspect Google Analytics 4  Connection Id   Account Id   Property Id  Metrics Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/introspect/google-analytics-4/{connection_id}/{account_id}/{property_id}/validate-report:
    post:
      tags:
      - Integrations
      summary: Post Google Analytics Validate Report Route
      description: Get Google Analytics report.
      operationId: post_google_analytics_validate_report_route_integrations_introspect_google_analytics_4__connection_id___account_id___property_id__validate_report_post
      parameters:
      - name: connection_id
        in: path
        required: true
        schema:
          type: string
          title: Connection Id
      - name: account_id
        in: path
        required: true
        schema:
          type: string
          title: Account Id
      - name: property_id
        in: path
        required: true
        schema:
          type: string
          title: Property Id
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ReportConfig'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: boolean
                title: Response Post Google Analytics Validate Report Route Integrations Introspect Google Analytics 4  Connection Id   Account Id   Property Id  Validate Report Post
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/introspect/google-ads/{connection_id}/accounts/{login_customer_id}/{customer_id}/children:
    get:
      tags:
      - Integrations
      summary: Get Google Analytics Account Children Route
      description: Get Google Ads accounts.
      operationId: get_google_analytics_account_children_route_integrations_introspect_google_ads__connection_id__accounts__login_customer_id___customer_id__children_get
      parameters:
      - name: connection_id
        in: path
        required: true
        schema:
          type: string
          title: Connection Id
      - name: login_customer_id
        in: path
        required: true
        schema:
          type: string
          title: Login Customer Id
      - name: customer_id
        in: path
        required: true
        schema:
          type: string
          title: Customer Id
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/GoogleAdsIntrospectionAccount'
                title: Response Get Google Analytics Account Children Route Integrations Introspect Google Ads  Connection Id  Accounts  Login Customer Id   Customer Id  Children Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/introspect/google-ads/{connection_id}/accounts/top:
    get:
      tags:
      - Integrations
      summary: Get Google Analytics Top Level Account Route
      description: Get only top-level Google Ads accounts.
      operationId: get_google_analytics_top_level_account_route_integrations_introspect_google_ads__connection_id__accounts_top_get
      parameters:
      - name: connection_id
        in: path
        required: true
        schema:
          type: string
          title: Connection Id
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/GoogleAdsIntrospectionAccount'
                title: Response Get Google Analytics Top Level Account Route Integrations Introspect Google Ads  Connection Id  Accounts Top Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/introspect/google-ads/{connection_id}/accounts:
    get:
      tags:
      - Integrations
      summary: Get Google Analytics Accounts Route
      description: Get Google Ads accounts.
      operationId: get_google_analytics_accounts_route_integrations_introspect_google_ads__connection_id__accounts_get
      parameters:
      - name: connection_id
        in: path
        required: true
        schema:
          type: string
          title: Connection Id
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/GoogleAdsIntrospectionAccount'
                title: Response Get Google Analytics Accounts Route Integrations Introspect Google Ads  Connection Id  Accounts Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/google-ads/ad-field-attributes:
    get:
      tags:
      - Integrations
      summary: Get Google Ads Field Attribute Names
      description: 'Returns a list of Field attribute names for our "Custom" Google Ads stream.


        We derive this from the Google Ads Fields Service itself, but do so statically via a script in the tap and then copy over the results, getting us out of a *lot* of runtime while still ensuring our schema is accurate.'
      operationId: get_google_ads_field_attribute_names_integrations_google_ads_ad_field_attributes_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  type: string
                type: array
                title: Response Get Google Ads Field Attribute Names Integrations Google Ads Ad Field Attributes Get
  /integrations/google-ads/ad-segment-attributes:
    get:
      tags:
      - Integrations
      summary: Get Google Ads Segment Attribute Names
      description: 'Returns a list of Segment attribute names for our "Custom" Google Ads stream.


        This is hardcoded because the list of things you can segment by for the ad_group_ads item in the Google Ads API is fairly small (~30) and rarely, if ever, changes.'
      operationId: get_google_ads_segment_attribute_names_integrations_google_ads_ad_segment_attributes_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  type: string
                type: array
                title: Response Get Google Ads Segment Attribute Names Integrations Google Ads Ad Segment Attributes Get
  /integrations/google-ads/disallowed-segment-pairs:
    get:
      tags:
      - Integrations
      summary: Get Google Ads Disallowed Segment Pairs
      description: Returns a list of disallowed segment pairs for our "Custom" Google Ads stream.
      operationId: get_google_ads_disallowed_segment_pairs_integrations_google_ads_disallowed_segment_pairs_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  prefixItems:
                  - type: string
                  - type: string
                  type: array
                  maxItems: 2
                  minItems: 2
                type: array
                title: Response Get Google Ads Disallowed Segment Pairs Integrations Google Ads Disallowed Segment Pairs Get
  /integrations/introspect/mysql/databases:
    post:
      tags:
      - Integrations
      summary: ' Databases'
      description: List all databases available to a given user
      operationId: _databases_integrations_introspect_mysql_databases_post
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/src__integrations__mysql__models__IntrospectDatabasesPayload'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  type: string
                type: array
                title: Response  Databases Integrations Introspect Mysql Databases Post
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/introspect/mysql/tables:
    post:
      tags:
      - Integrations
      summary: ' Tables'
      description: List all tables available to a given user/database/schema
      operationId: _tables_integrations_introspect_mysql_tables_post
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/src__integrations__mysql__models__IntrospectTablesPayload'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  type: string
                type: array
                title: Response  Tables Integrations Introspect Mysql Tables Post
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/introspect/postgres/schemas:
    post:
      tags:
      - Integrations
      summary: ' Schemas'
      description: List all schemas available to a given user/databse
      operationId: _schemas_integrations_introspect_postgres_schemas_post
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/src__integrations__postgres__models__IntrospectSchemasPayload'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  type: string
                type: array
                title: Response  Schemas Integrations Introspect Postgres Schemas Post
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/introspect/postgres/tables:
    post:
      tags:
      - Integrations
      summary: ' Tables'
      description: List all tables available to a given user/databae/schema
      operationId: _tables_integrations_introspect_postgres_tables_post
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/src__integrations__postgres__models__IntrospectTablesPayload'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  type: string
                type: array
                title: Response  Tables Integrations Introspect Postgres Tables Post
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/introspect/snowflake/databases:
    post:
      tags:
      - Integrations
      summary: ' Databases'
      description: List all databases available to a given user
      operationId: _databases_integrations_introspect_snowflake_databases_post
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/src__integrations__snowflake__models__IntrospectDatabasesPayload'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  type: string
                type: array
                title: Response  Databases Integrations Introspect Snowflake Databases Post
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/introspect/snowflake/schemas:
    post:
      tags:
      - Integrations
      summary: ' Schemas'
      description: List all schemas available to a given user/databse
      operationId: _schemas_integrations_introspect_snowflake_schemas_post
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/src__integrations__snowflake__models__IntrospectSchemasPayload'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  type: string
                type: array
                title: Response  Schemas Integrations Introspect Snowflake Schemas Post
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/introspect/snowflake/tables:
    post:
      tags:
      - Integrations
      summary: ' Tables'
      description: List all tables available to a given user/databae/schema
      operationId: _tables_integrations_introspect_snowflake_tables_post
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/src__integrations__snowflake__models__IntrospectTablesPayload'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  type: string
                type: array
                title: Response  Tables Integrations Introspect Snowflake Tables Post
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/introspect/meta/{connection_id}/accounts:
    get:
      tags:
      - Integrations
      summary: Get Meta Accounts Route
      description: Get Meta Ads accounts for a given connection.
      operationId: get_meta_accounts_route_integrations_introspect_meta__connection_id__accounts_get
      parameters:
      - name: connection_id
        in: path
        required: true
        schema:
          type: string
          title: Connection Id
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/MetaIntrospectionAccount'
                title: Response Get Meta Accounts Route Integrations Introspect Meta  Connection Id  Accounts Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/meta/form/metrics:
    get:
      tags:
      - Integrations
      summary: Get Meta Metrics Names
      operationId: get_meta_metrics_names_integrations_meta_form_metrics_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  type: string
                type: array
                title: Response Get Meta Metrics Names Integrations Meta Form Metrics Get
  /integrations/meta/ad-field-attributes:
    get:
      tags:
      - Integrations
      summary: Get Meta Field Attribute Names
      operationId: get_meta_field_attribute_names_integrations_meta_ad_field_attributes_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  type: string
                type: array
                title: Response Get Meta Field Attribute Names Integrations Meta Ad Field Attributes Get
  /integrations/meta/form/dimensions:
    get:
      tags:
      - Integrations
      summary: Get Meta Dimensions Names
      operationId: get_meta_dimensions_names_integrations_meta_form_dimensions_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  type: string
                type: array
                title: Response Get Meta Dimensions Names Integrations Meta Form Dimensions Get
  /integrations/meta/ad-segment-attributes:
    get:
      tags:
      - Integrations
      summary: Get Meta Segment Attribute Names
      operationId: get_meta_segment_attribute_names_integrations_meta_ad_segment_attributes_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  type: string
                type: array
                title: Response Get Meta Segment Attribute Names Integrations Meta Ad Segment Attributes Get
  /integrations/meta/disallowed-dimension-pairs:
    get:
      tags:
      - Integrations
      summary: Get Meta Disallowed Dimension Pairs
      operationId: get_meta_disallowed_dimension_pairs_integrations_meta_disallowed_dimension_pairs_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  prefixItems:
                  - type: string
                  - type: string
                  type: array
                  maxItems: 2
                  minItems: 2
                type: array
                title: Response Get Meta Disallowed Dimension Pairs Integrations Meta Disallowed Dimension Pairs Get
  /integrations/meta/disallowed-segment-pairs:
    get:
      tags:
      - Integrations
      summary: Get Meta Disallowed Segment Pairs
      operationId: get_meta_disallowed_segment_pairs_integrations_meta_disallowed_segment_pairs_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  prefixItems:
                  - type: string
                  - type: string
                  type: array
                  maxItems: 2
                  minItems: 2
                type: array
                title: Response Get Meta Disallowed Segment Pairs Integrations Meta Disallowed Segment Pairs Get
  /integrations/introspect/linkedin-ads/{connection_id}/accounts:
    get:
      tags:
      - Integrations
      summary: Get Linkedin Accounts Route
      description: Get LinkedIn Ads accounts for a given connection.
      operationId: get_linkedin_accounts_route_integrations_introspect_linkedin_ads__connection_id__accounts_get
      parameters:
      - name: connection_id
        in: path
        required: true
        schema:
          type: string
          title: Connection Id
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/LinkedInIntrospectionAccount'
                title: Response Get Linkedin Accounts Route Integrations Introspect Linkedin Ads  Connection Id  Accounts Get
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/linkedin-ads/ad-field-attributes:
    get:
      tags:
      - Integrations
      summary: Get Linkedin Ads Field Attribute Names
      description: 'Returns a list of Field attribute names for our "Custom" Linkedin stream.


        We derive this from the Linked In Fields Service itself, but do so statically via a script in the tap and then copy over the results, getting us out of a *lot* of runtime while still ensuring our schema is accurate.'
      operationId: get_linkedin_ads_field_attribute_names_integrations_linkedin_ads_ad_field_attributes_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  type: string
                type: array
                title: Response Get Linkedin Ads Field Attribute Names Integrations Linkedin Ads Ad Field Attributes Get
  /integrations/introspect/hubspot/{object_type}/properties:
    post:
      tags:
      - Integrations
      summary: ' Controller Introspect Properties'
      operationId: _controller_introspect_properties_integrations_introspect_hubspot__object_type__properties_post
      parameters:
      - name: object_type
        in: path
        required: true
        schema:
          type: string
          title: Object Type
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/IntrospectPropertiesPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/HubSpotPropertyInfo'
                title: Response  Controller Introspect Properties Integrations Introspect Hubspot  Object Type  Properties Post
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/connections/create:
    post:
      tags:
      - Integrations
      summary: ' Controller Handle Create Connection'
      description: Create a new connection, with properly encrypted creds
      operationId: _controller_handle_create_connection_integrations_connections_create_post
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ConnectionPayload'
        required: true
      responses:
        '201':
          description: Successful Response
          content:
            application/json:
              schema:
                type: string
                title: Response  Controller Handle Create Connection Integrations Connections Create Post
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/introspect/connection:
    post:
      tags:
      - Integrations
      summary: ' Controller Handle Introspect Connection'
      description: Introspects a connection, returning a list of all tables present in that connection.
      operationId: _controller_handle_introspect_connection_integrations_introspect_connection_post
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/IntrospectConnectionPayload'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                items:
                  $ref: '#/components/schemas/Table'
                type: array
                title: Response  Controller Handle Introspect Connection Integrations Introspect Connection Post
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/introspect/connection_id/{connection_id}:
    post:
      tags:
      - Integrations
      summary: ' Controller Handle Introspect Connection Id'
      description: Introspects a preexisting connection (specified by id), returning a list of all tables present in that connection. This is useful for reusing connection information, which otherwise would need to retrieve full connection information in the frontend (not a pattern we want to encourage).
      operationId: _controller_handle_introspect_connection_id_integrations_introspect_connection_id__connection_id__post
      parameters:
      - name: connection_id
        in: path
        required: true
        schema:
          type: string
          title: Connection Id
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Table'
                title: Response  Controller Handle Introspect Connection Id Integrations Introspect Connection Id  Connection Id  Post
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/introspect/table:
    post:
      tags:
      - Integrations
      summary: ' Controller Handle Introspect Table'
      description: Introspects a table, provided the flow we're working in for necessary credentials context.
      operationId: _controller_handle_introspect_table_integrations_introspect_table_post
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/IntrospectTablePayload'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Table'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
  /integrations/commit/import:
    post:
      tags:
      - Integrations
      summary: ' Controller Handle Commit Import'
      description: Performs an ad-hoc import and persists anything needed for dataset refreshes to trigger. We return the dataset_id, which the frontend uses to direct the user to the proper place.
      operationId: _controller_handle_commit_import_integrations_commit_import_post
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CommitImportPayload'
        required: true
      responses:
        '201':
          description: Successful Response
          content:
            application/j

# --- truncated at 32 KB (56 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/akkio/refs/heads/main/openapi/akkio-integrations-api-openapi.yml