Skip to main content
POST
/
v1
/
integrations
Install an integration
curl --request POST \
  --url http://localhost:6900/v1/integrations \
  --header 'Content-Type: application/json' \
  --data '
{
  "providerId": "<string>",
  "config": {}
}
'
null

Documentation Index

Fetch the complete documentation index at: https://docs.revstack.dev/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
providerId
string
required
config
object
required

Response

201 - application/json

Integration installed

The response is of type unknown.