get_teams_config
GET
/v1/integrations/teams
const url = 'https://api.adversarial.com/api/v1/integrations/teams';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.adversarial.com/api/v1/integrations/teamsResponses
Section titled “Responses”Configuration
Media typeapplication/json
object
channel_name
required
string
Examplegenerated
{ "channel_name": "example"}Not configured