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

Body

application/json
providerId
string
required
config
object
required

Response

201 - application/json

Integration installed

The response is of type unknown.