Integrations

List 3rd-party connected services associated with a given team.

Team Integrations List

Returns a list of integrations configured for the team.

Team Integrations List

curl 'https://api.runscope.com/teams/<team_id>/integrations' \
    -H 'Authorization: Bearer <access_token>'

Integrations Response Attributes

Attributes

  • uuidstring

    The unique identifier for this integrated service instance

  • descriptionstring

    The human-friendly description of the integrated service instance

  • typestring

    The external service type for this integrated service instance

Response200 OK

[
    {
        "description": "PagerDuty: Production Alerts",
        "type": "pagerduty",
        "uuid": "cf95026e-8951-4ae1-83a7-699243678490"
    },
    {
        "description": "Slack: #api-tests channel, send message on failed test runs",
        "type": "slack",
        "uuid": "12014ba3-f5d7-448f-8740-f5ca2f498674"
    }
]