Integrations
Code → Integrations SDK methods.
An integration connects an external provider to this module. Configure the provider and its secrets in the dashboard; the API lets you list, create or update, enable, disable, set a default, and test integrations.
Method
Endpoint
POST /code/integrations/confirm-human-delivery
DELETE /code/integrations/{Id}
PUT /code/integrations/{Id}/disable
PUT /code/integrations/{Id}/enable
GET /code/integrations/{id}
GET /code/integrations
POST /code/integrations
PUT /code/integrations/{Id}/default
POST /code/integrations/test
Last updated