Skip to main content

Retrieve a list of all integrations

GET 

/integrations

Returns all the available integrations in your Alloy Embedded Account. Includes integrations/apps you've created an "integration" for, their workflows and statuses. If installed equals true, the installedVersion key will show the currently installed version.

Request

Query Parameters

    userId stringrequired

    The Id used to identify the user. Note: you can also use the Embedded user's username in this field.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    data

    object[]

  • Array [

  • integrationId string
    app string
    installed boolean

    Default value: true

    icon string

    workflows

    object[]

  • Array [

  • workflowId string
    name string
    installed boolean

    Default value: true

    version integer

    Default value: 0

    installedVersion integer

    Default value: 0

    active boolean

    Default value: true

    blocks

    object[]

  • Array [

  • name string
    id string
    type string
    icon string
  • ]

  • ]

  • ]

Loading...