Azure Logic Apps IntegrationAccountSessions API

The IntegrationAccountSessions API from Azure Logic Apps — 2 operation(s) for integrationaccountsessions.

Operations 4

GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/sessions Azure Logic Apps Integration Account Sessions_ List #
DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/sessions/{sessionName} Azure Logic Apps Integration Account Sessions_ Delete #
GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/sessions/{sessionName} Azure Logic Apps Integration Account Sessions_ Get #
PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/sessions/{sessionName} Azure Logic Apps Integration Account Sessions_ Create or Update #

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/azure-logic-apps-integrationaccountsessions-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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

OpenAPI Specification

azure-logic-apps-integrationaccountsessions-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: REST API for Azure Logic Apps.
  title: LogicManagementClient IntegrationAccountAgreements Integration Account Sessions API
  version: '2.0'
  x-apisguru-categories:
  - cloud
  x-logo:
    url: https://api.apis.guru/v2/cache/logo/https_assets.onestore.ms_cdnfiles_onestorerolling-1606-01000_shell_v3_images_logo_microsoft.png
  x-origin:
  - format: swagger
    url: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/logic/resource-manager/Microsoft.Logic/stable/2019-05-01/logic.json
  x-preferred: true
  x-providerName: azure.com
  x-serviceName: logic
  x-tags:
  - Azure
  - Microsoft
servers:
- url: https://management.azure.com
security:
- azure_auth:
  - user_impersonation
tags:
- name: IntegrationAccountSessions
paths:
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/sessions
  : get:
      description: Gets a list of integration account sessions.
      operationId: IntegrationAccountSessions_List
      parameters:
      - $ref: '#/components/parameters/subscriptionId'
      - description: The resource group name.
        in: path
        name: resourceGroupName
        required: true
        example: my-resource-group
        schema:
          type: string
      - description: The integration account name.
        in: path
        name: integrationAccountName
        required: true
        example: example-value
        schema:
          type: string
      - $ref: '#/components/parameters/api-version'
      - description: The number of items to be included in the result.
        in: query
        name: $top
        required: false
        example: example-value
        schema:
          type: integer
          format: int32
      - description: 'The filter to apply on the operation. Options for filters include: ChangedTime.'
        in: query
        name: $filter
        required: false
        example: example-value
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/IntegrationAccountSessionListResult'
        default:
          description: Error response describing why the operation failed.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
      tags:
      - IntegrationAccountSessions
      x-ms-examples:
        Get a list of integration account sessions:
          parameters:
            api-version: '2019-05-01'
            integrationAccountName: testia123
            resourceGroupName: testrg123
            subscriptionId: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345
          responses:
            '200':
              body:
                value:
                - id: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Logic/integrationAccounts/testia123/sessions/IntegrationAccountSession1662
                  name: IntegrationAccountSession1662
                  properties:
                    changedTime: '2017-02-21T23:06:24.0158575Z'
                    content:
                      controlNumber: '1234'
                      controlNumberChangedTime: '2017-02-21T22:30:11.9923759Z'
                    createdTime: '2017-02-21T23:06:24.0152955Z'
                  type: Microsoft.Logic/integrationAccounts/sessions
                - id: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Logic/integrationAccounts/testia123/sessions/IntegrationAccountSession6808
                  name: IntegrationAccountSession6808
                  properties:
                    changedTime: '2017-02-21T23:06:23.7540113Z'
                    content:
                      controlNumber: '1234'
                      controlNumberChangedTime: '2017-02-21T22:30:11.9923759Z'
                    createdTime: '2017-02-21T23:06:23.7535558Z'
                  type: Microsoft.Logic/integrationAccounts/sessions
                - id: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Logic/integrationAccounts/testia123/sessions/IntegrationAccountSession7315
                  name: IntegrationAccountSession7315
                  properties:
                    changedTime: '2017-02-21T23:06:23.8370161Z'
                    content:
                      controlNumber: '1234'
                      controlNumberChangedTime: '2017-02-21T22:30:11.9923759Z'
                    createdTime: '2017-02-21T23:06:23.8367926Z'
                  type: Microsoft.Logic/integrationAccounts/sessions
              headers:
                Cache-Control: no-cache
                Content-Type: application/json; charset=utf-8
                Date: Tue, 21 Feb 2017 20:43:03 GMT
                Expires: -1
                Pragma: no-cache
                Vary: Accept-Encoding
          title: List by integration account session examples
      x-ms-odata: '#/definitions/IntegrationAccountSessionFilter'
      x-ms-pageable:
        nextLinkName: nextLink
      summary: Azure Logic Apps Integration Account Sessions_ List
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/sessions/{sessionName}
  : delete:
      description: Deletes an integration account session.
      operationId: IntegrationAccountSessions_Delete
      parameters:
      - $ref: '#/components/parameters/subscriptionId'
      - description: The resource group name.
        in: path
        name: resourceGroupName
        required: true
        example: my-resource-group
        schema:
          type: string
      - description: The integration account name.
        in: path
        name: integrationAccountName
        required: true
        example: example-value
        schema:
          type: string
      - description: The integration account session name.
        in: path
        name: sessionName
        required: true
        example: example-value
        schema:
          type: string
      - $ref: '#/components/parameters/api-version'
      responses:
        '200':
          description: OK
        '204':
          description: No Content
        default:
          description: Error response describing why the operation failed.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
      tags:
      - IntegrationAccountSessions
      x-ms-examples:
        Delete an integration account session:
          parameters:
            api-version: '2019-05-01'
            integrationAccountName: testia123
            resourceGroupName: testrg123
            sessionName: testsession123-ICN
            subscriptionId: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345
          responses:
            '200':
              headers:
                Cache-Control: no-cache
                Content-Length: 0
                Date: Tue, 21 Feb 2017 20:43:03 GMT
                Expires: -1
                Pragma: no-cache
            '204':
              headers:
                Cache-Control: no-cache
                Content-Length: 0
                Date: Tue, 21 Feb 2017 20:43:03 GMT
                Expires: -1
                Pragma: no-cache
          title: Delete integration account session examples
      summary: Azure Logic Apps Integration Account Sessions_ Delete
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
    get:
      description: Gets an integration account session.
      operationId: IntegrationAccountSessions_Get
      parameters:
      - $ref: '#/components/parameters/subscriptionId'
      - description: The resource group name.
        in: path
        name: resourceGroupName
        required: true
        example: my-resource-group
        schema:
          type: string
      - description: The integration account name.
        in: path
        name: integrationAccountName
        required: true
        example: example-value
        schema:
          type: string
      - description: The integration account session name.
        in: path
        name: sessionName
        required: true
        example: example-value
        schema:
          type: string
      - $ref: '#/components/parameters/api-version'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/IntegrationAccountSession'
        default:
          description: Error response describing why the operation failed.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
      tags:
      - IntegrationAccountSessions
      x-ms-examples:
        Get an integration account session:
          parameters:
            api-version: '2019-05-01'
            integrationAccountName: testia123
            resourceGroupName: testrg123
            sessionName: testsession123-ICN
            subscriptionId: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345
          responses:
            '200':
              body:
                id: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Logic/integrationAccounts/testia123/sessions/testsession123-ICN
                name: testsession123-ICN
                properties:
                  changedTime: '2017-02-21T20:41:35.9796534Z'
                  content:
                    controlNumber: '1234'
                    controlNumberChangedTime: '2017-02-21T22:30:11.9923759Z'
                  createdTime: '2017-02-21T20:41:35.9789189Z'
                type: Microsoft.Logic/integrationAccounts/sessions
              headers:
                Cache-Control: no-cache
                Content-Type: application/json; charset=utf-8
                Date: Tue, 21 Feb 2017 20:43:03 GMT
                Expires: -1
                Pragma: no-cache
                Vary: Accept-Encoding
          title: Get integration account session examples
      summary: Azure Logic Apps Integration Account Sessions_ Get
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
    put:
      description: Creates or updates an integration account session.
      operationId: IntegrationAccountSessions_CreateOrUpdate
      parameters:
      - $ref: '#/components/parameters/subscriptionId'
      - description: The resource group name.
        in: path
        name: resourceGroupName
        required: true
        example: my-resource-group
        schema:
          type: string
      - description: The integration account name.
        in: path
        name: integrationAccountName
        required: true
        example: example-value
        schema:
          type: string
      - description: The integration account session name.
        in: path
        name: sessionName
        required: true
        example: example-value
        schema:
          type: string
      - $ref: '#/components/parameters/api-version'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/IntegrationAccountSession'
        '201':
          description: Created
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/IntegrationAccountSession'
        default:
          description: Error response describing why the operation failed.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
      tags:
      - IntegrationAccountSessions
      x-ms-examples:
        Create or update an integration account session:
          parameters:
            api-version: '2019-05-01'
            integrationAccountName: testia123
            resourceGroupName: testrg123
            session:
              properties:
                content:
                  controlNumber: '1234'
                  controlNumberChangedTime: '2017-02-21T22:30:11.9923759Z'
            sessionName: testsession123-ICN
            subscriptionId: 34adfa4f-cedf-4dc0-ba29-b6d1a69ab345
          responses:
            '200':
              body:
                id: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Logic/integrationAccounts/testia123/sessions/testsession123-ICN
                name: testsession123-ICN
                properties:
                  changedTime: '2017-02-21T20:41:35.9796534Z'
                  content:
                    controlNumber: '1234'
                    controlNumberChangedTime: '2017-02-21T22:30:11.9923759Z'
                  createdTime: '2017-02-21T20:41:35.9789189Z'
                type: Microsoft.Logic/integrationAccounts/sessions
              headers:
                Cache-Control: no-cache
                Content-Type: application/json; charset=utf-8
                Date: Tue, 21 Feb 2017 20:43:03 GMT
                Expires: -1
                Pragma: no-cache
                Vary: Accept-Encoding
            '201':
              body:
                id: /subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Logic/integrationAccounts/testia123/sessions/testsession123-ICN
                name: testsession123-ICN
                properties:
                  changedTime: '2017-02-21T20:41:35.9796534Z'
                  content:
                    controlNumber: '1234'
                    controlNumberChangedTime: '2017-02-21T22:30:11.9923759Z'
                  createdTime: '2017-02-21T20:41:35.9789189Z'
                type: Microsoft.Logic/integrationAccounts/sessions
              headers:
                Cache-Control: no-cache
                Content-Type: application/json; charset=utf-8
                Date: Tue, 21 Feb 2017 20:43:03 GMT
                Expires: -1
                Pragma: no-cache
          title: Create or update integration account session example
      summary: Azure Logic Apps Integration Account Sessions_ Create or Update
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/IntegrationAccountSession'
        description: The integration account session.
        required: true
components:
  parameters:
    subscriptionId:
      description: The subscription id.
      in: path
      name: subscriptionId
      required: true
      schema:
        type: string
    api-version:
      description: The API version.
      in: query
      name: api-version
      required: true
      schema:
        type: string
  schemas:
    IntegrationAccountSession:
      allOf:
      - $ref: '#/components/schemas/Resource'
      description: The integration account session.
      properties:
        properties:
          $ref: '#/components/schemas/IntegrationAccountSessionProperties'
          description: The integration account session properties.
          x-ms-client-flatten: true
      required:
      - properties
      type: object
    IntegrationAccountSessionProperties:
      description: The integration account session properties.
      properties:
        changedTime:
          description: The changed time.
          format: date-time
          readOnly: true
          type: string
        content:
          $ref: '#/components/schemas/Object'
          description: The session content.
        createdTime:
          description: The created time.
          format: date-time
          readOnly: true
          type: string
      type: object
    ErrorProperties:
      description: Error properties indicate why the Logic service was not able to process the incoming request. The reason is provided in the error message.
      properties:
        code:
          description: Error code.
          type: string
        message:
          description: Error message indicating why the operation failed.
          type: string
      type: object
    Object:
      properties: {}
      type: object
    ErrorResponse:
      description: Error response indicates Logic service is not able to process the incoming request. The error property contains the error details.
      properties:
        error:
          $ref: '#/components/schemas/ErrorProperties'
          description: The error properties.
      type: object
    IntegrationAccountSessionListResult:
      description: The list of integration account sessions.
      properties:
        nextLink:
          description: The URL to get the next set of results.
          type: string
        value:
          description: The list of integration account sessions.
          items:
            $ref: '#/components/schemas/IntegrationAccountSession'
          type: array
      type: object
    Resource:
      description: The base resource type.
      properties:
        id:
          description: The resource id.
          readOnly: true
          type: string
        location:
          description: The resource location.
          type: string
        name:
          description: Gets the resource name.
          readOnly: true
          type: string
        tags:
          additionalProperties:
            type: string
          description: The resource tags.
          type: object
        type:
          description: Gets the resource type.
          readOnly: true
          type: string
      x-ms-azure-resource: true
  securitySchemes:
    azure_auth:
      type: oauth2
      flows:
        implicit:
          scopes:
            user_impersonation: impersonate your user account
          authorizationUrl: https://login.microsoftonline.com/common/oauth2/authorize
      description: Azure Active Directory OAuth2 Flow.