List Integrations

GET {{baseUrl}}/v2/integrations?type=<string>&teamId=<string>&teamName=<string>

Returns list of integrations with given parameters

Request Params

KeyDatatypeRequiredDescription
typestringType of the integration (For instance, "API" for API Integration). If type parameter is given, the result will be filtered by type
teamIdstringThe ID of the team. If the team ID parameter is given, the result will be filtered by teamId
teamNamestringThe name of the team. If the team name parameter is given, the result will be filtered by teamName

RESPONSES

status: OK

{&quot;requestId&quot;:&quot;in ipsum&quot;,&quot;took&quot;:0,&quot;data&quot;:[{&quot;id&quot;:&quot;velit laborum&quot;,&quot;name&quot;:&quot;dolor enim quis&quot;,&quot;enabled&quot;:true,&quot;type&quot;:&quot;ex&quot;,&quot;teamId&quot;:&quot;eiusmod ullamco&quot;},{&quot;id&quot;:&quot;velit anim&quot;,&quot;name&quot;:&quot;aliqua&quot;,&quot;enabled&quot;:true,&quot;type&quot;:&quot;laborum irure officia incididunt Duis&quot;,&quot;teamId&quot;:&quot;do Duis deserunt sed&quot;}]}