List
- GET
- /workspaces
- /:domain
- /integrations
Returns a list of all integrations of the authorized user.
Example:
CURLcurl -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": [] } ] }
STATUS200 OK
LIMITSX-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999