Snyk
Connector for the snyk API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.snyk.io/api/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
list_all_members_in_a_group— GET /group/{groupId}/members — List all members in a grouplist_all_organizations_in_a_group— GET /group/{groupId}/orgs — List all organizations in a grouplist_all_roles_in_a_group— GET /group/{groupId}/roles — List all roles in a groupview_group_settings— GET /group/{groupId}/settings — View group settingslist_all_tags_in_a_group— GET /group/{groupId}/tags — List all tags in a groupget_an_organization_s_entitlement_value— GET /org/{orgId}/entitlement/{entitlementKey} — Get an organization's entitlement value
Inputs
apiKey— your snyk API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: list_all_members_in_a_group
apiKey: <your key>