List

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

Returns a list of all integrations of the authorized user.

Request

REQUIRED SCOPES
INTEGRATION_INFO
URL PARAMETERS
domainrequired string
The workspace domain.

Last modified on Sep 25, 2024

Example:

CURL
curl -X GET "https://api.buddy.works/workspaces/:domain/integrations" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \
EXAMPLE RESPONSE
{ "url": "https://api.buddy.works/workspaces/buddy/integrations", "integrations": [ { "url": "https://api.buddy.works/workspaces/buddy/integrations/5fff3231277e1449d8eb3e6a", "html_url": "https://app.buddy.works/buddy/workspace/integrations", "hash_id": "5fff3231277e1449d8eb3e6a", "name": "Buddy AWS integration", "type": "AMAZON", "scope": "WORKSPACE", "identifier": "my_aws_integration", "all_pipelines_allowed": true, "permissions": { "admins": "MANAGE", "others": "USE_ONLY", "users": [], "groups": [] }, "allowed_pipelines": [] } ] }
STATUS
200 OK
LIMITS
X-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999