Get

Returns details of the specified integration of the authorized user.

Required scopes: INTEGRATION_INFO

Resource URL

GET /workspaces/:domain/integrations/:hash_id

URL Parameters

NameTypeDescription
hash_id
Required
StringThe hash_id of the integration.

Example

Request

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

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/5ddb7c180fb38be67bd78a88a",
  "html_url": "https://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.