Skip to main content

Get Features for Tenant

Get all features associated with a specific tenant.

Endpoint

GET /v1/tenants/:tenantId/features

Request

curl "https://api.warrant.dev/v1/tenants/15ksdf87a23g/features" \
-H "Authorization: ApiKey YOUR_KEY"

Response

[
{
"featureId": "dashboard"
},
{
"featureId": "enterprise-feature-2"
}
]