List

Returns a list of all integrations of the authorized user.

Required scopes: INTEGRATION_INFO

Resource URL

GET /workspaces/:domain/integrations

Example

Request

GET https://api.buddy.works/workspaces/buddy/integrations

Sample Response

HTTP

Status: 200 OK
X-Rate-Limit-Limit: 1
X-Rate-Limit-Remaining: 999

JSON

{
  "url": "https://api.buddy.works/workspaces/buddy/integrations",
  "html_url": "https://buddy.works/integrations",
  "integrations": [
    {
      "url": "http://api.buddy.works/workspaces/buddy/integrations/5ddb7c180fb38be67bd78a88a",
      "html_url": "https://api.buddy.works/integrations",
      "hash_id": "5ddb7c180fb38be67bd78a88a",
      "name": "buddy",
      "type": "GIT_HUB"
    }
  ]
}

Last modified on April 26, 2022

Get Started

Sign up for free and deploy your project in less than 10 minutes.