Get an integration
Returns the integration of the authorized user.
Required scopes: INTEGRATION_INFO
Resource URL
GET /workspaces/:domain/integrations/:integration_hash
URL Parameters
Name | Type | Description |
---|---|---|
integration_hash Required | String | The integration ID. |
Example
Request
GET https://api.buddy.works/workspaces/buddy/integrations/5ddb7c180fb38be67bd78a88a
Sample Response
HTTP
Status: 200 OKX-Rate-Limit-Limit: 1X-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"}