Integrations REST Endpoints

Integrations/Projects/Integrations
The operations from the Integrations/Projects/Integrations category.
Delete an Integration Version in a Project
Method: delete
Path: /ic/api/integration/v1/projects/{projectId}/integrations/{id}
Import (Add) an Integration in a Project
Method: post
Path: /ic/api/integration/v1/projects/{projectId}/integrations/archive
Retrieve an Integration in a Project
Method: get
Path: /ic/api/integration/v1/projects/{projectId}/integrations/{id}
Retrieve Integrations in a Project
Method: get
Path: /ic/api/integration/v1/projects/{projectId}/integrations
Update an Integration in a Project
Method: post
Path: /ic/api/integration/v1/projects/{projectId}/integrations/{id}