{"service":"Snyk API","base_url":"https://api.snyk.io/api/v1","auth":{"type":"apikey","header":"Authorization"},"intents":[{"id":"get_group_audit_logs","method":"POST","path":"/group/{groupId}/audit","params":{"groupId":"string","from":"string","to":"string","page":"number","sortOrder":"string"},"returns":"Group level audit logs"},{"id":"list_group_members","method":"GET","path":"/group/{groupId}/members","params":{"groupId":"string"},"returns":"All members in group"},{"id":"add_org_member","method":"POST","path":"/group/{groupId}/org/{orgId}/members","params":{"groupId":"string","orgId":"string"},"returns":"Member added to organization"},{"id":"list_group_orgs","method":"GET","path":"/group/{groupId}/orgs","params":{"groupId":"string","perPage":"number","page":"number","name":"string"},"returns":"All organizations in group"},{"id":"list_group_roles","method":"GET","path":"/group/{groupId}/roles","params":{"groupId":"string"},"returns":"All roles in group"},{"id":"get_group_settings","method":"GET","path":"/group/{groupId}/settings","params":{"groupId":"string"},"returns":"Group settings configuration"},{"id":"update_group_settings","method":"PUT","path":"/group/{groupId}/settings","params":{"groupId":"string"},"returns":"Updated group settings"},{"id":"list_group_tags","method":"GET","path":"/group/{groupId}/tags","params":{"groupId":"string","perPage":"number","page":"number"},"returns":"All tags in group"},{"id":"delete_group_tag","method":"POST","path":"/group/{groupId}/tags/delete","params":{"groupId":"string"},"returns":"Tag deleted from group"},{"id":"monitor_dep_graph","method":"POST","path":"/monitor/dep-graph","params":{"org":"string"},"returns":"Monitored DepGraph project"},{"id":"create_organization","method":"POST","path":"/org","params":{},"returns":"New organization created"},{"id":"remove_organization","method":"DELETE","path":"/org/{orgId}","params":{"orgId":"string"},"returns":"Organization removed"},{"id":"get_org_audit_logs","method":"POST","path":"/org/{orgId}/audit","params":{"orgId":"string","from":"string","to":"string","page":"number","sortOrder":"string"},"returns":"Organization level audit logs"},{"id":"list_org_dependencies","method":"POST","path":"/org/{orgId}/dependencies","params":{"orgId":"string","sortBy":"string","order":"string","page":"number","perPage":"number"},"returns":"All dependencies in organization"},{"id":"get_org_entitlement","method":"GET","path":"/org/{orgId}/entitlement/{entitlementKey}","params":{"orgId":"string","entitlementKey":"string"},"returns":"Organization entitlement value"},{"id":"list_org_entitlements","method":"GET","path":"/org/{orgId}/entitlements","params":{"orgId":"string"},"returns":"All organization entitlements"},{"id":"list_integrations","method":"GET","path":"/org/{orgId}/integrations","params":{"orgId":"string"},"returns":"Organization integrations list"},{"id":"add_integration","method":"POST","path":"/org/{orgId}/integrations","params":{"orgId":"string"},"returns":"New integration added"},{"id":"update_integration","method":"PUT","path":"/org/{orgId}/integrations/{integrationId}","params":{"orgId":"string","integrationId":"string"},"returns":"Integration updated"},{"id":"delete_integration_credentials","method":"DELETE","path":"/org/{orgId}/integrations/{integrationId}/authentication","params":{"orgId":"string","integrationId":"string"},"returns":"Integration credentials removed"}]}