Skip to main content
PATCH
/
api
/
v1
/
integrations
/
{integration_id}
/
status
Update Integration Status
curl --request PATCH \
  --url https://api.example.com/api/v1/integrations/{integration_id}/status \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

integration_id
string
required

Query Parameters

active
boolean
required

Response

Successful Response

The response is of type Response Update Integration Status Api V1 Integrations Integration Id Status Patch · object.