cURL
curl --request POST \ --url https://api.comm.com/api/v1/integrations/{integration}/activate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "events": [ { "type": "<string>", "is_active": true } ], "required_fields": [ { "name": "<string>", "value": "<string>" } ] }'
{ "success": true, "message": "Integration activated" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The integration ID
IntegrationTeamMetaDataRequest
The body is of type object.
object
The response is of type object.