Skip to main content

Create an Embedded link for an integration

GET 

/users/:userId/integrations/:integrationId/install-url

This endpoint generates an alloy Link. For more details on Embedded Link, please read this tutorial.

Request

Path Parameters

    userId stringrequired

    The user to generate the Embedded Link for

    integrationId stringrequired

    The Id of the integration you want to generate the Embedded Link for

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    url string
Loading...