Entitlements (v1)

circle-info

이 문서는 v1 API를 사용하며, Snyk은 향후 개발을 REST API에 집중할 예정이므로 결국 지원이 중단될 예정입니다. 자세한 내용은 v1 API를 참조하십시오.

List all entitlements

get

Required permissions

  • View Organization

  • View Entitlements

Path parameters
orgIdstringRequired

The organization ID to list entitlements for. The API_KEY must have access to this organization.

Example: 4a18d42f-0706-4ad0-b127-24078731fbed
Responses
chevron-right
200Success
application/json
get
/org/{orgId}/entitlements
200Success

Get an organization's entitlement value

get

It is possible to query an organization for a specific entitlement, getting its value

Required permissions

  • View Organization

  • View Entitlements

Path parameters
orgIdstringRequired

The organization ID to query the entitlement for. The API_KEY must have access to this organization.

Example: 4a18d42f-0706-4ad0-b127-24078731fbed
entitlementKeyall ofRequired

The entitlement to query.

string · enumOptionalPossible values:
and
anyOptional

The entitlement to query.

Example: reports
Responses
chevron-right
200Success
application/json
ResponsestringExample: true
get
/org/{orgId}/entitlement/{entitlementKey}
200Success

Last updated