Skip to main content

Get Permissions

Get list of permissions.

GET /v1/permissions

Request

curl "https://api.warrant.dev/v1/permissions" \
-H "Authorization: ApiKey YOUR_KEY"

Response

[
{
"permissionId": "view-self-service-dashboard"
},
{
"permissionId": "create-report"
}
]