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
200
- application/json
- Schema
- Example (from schema)
- Result
Schema
url string
{
"url": "https://app.runalloy.com/embedded-install?integrationId=XXXXXXX&token=YYYYYYYY.ZZZZZZZZZZZZZ.WWWWWWWWWWWWWW-VVVVVVVVV&forgeMode=engaged&alwaysShowCredentials=true"
}
{
"url": "https://app.runalloy.com/embedded-install?integrationId=XXXXXXX&token=YYYYYYYY.ZZZZZZZZZZZZZ.WWWWWWWWWWWWWW-VVVVVVVVV&forgeMode=engaged&alwaysShowCredentials=true"
}
Loading...