Get

  • GET
  • /workspaces
  • /:domain
  • /integrations
  • /:hash_id

Returns details of the specified integration of the authorized user.

Request

REQUIRED SCOPES
INTEGRATION_INFO
url PARAMETERS
domainrequired string
The workspace domain.
hash_idrequired string
The hash_id of the integration.

Last modified on Sep 23, 2024

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