Skip to main content
GET
/
api
/
v1
/
permissions
List permissions
curl --request GET \
  --url https://api.rafftechnologies.com/api/v1/permissions \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": [
    {
      "name": "vm.create",
      "scope": "account",
      "category": "vm",
      "description": "Create new virtual machines"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.rafftechnologies.com/llms.txt

Use this file to discover all available pages before exploring further.

Updated May 8, 2026

Authorizations

X-API-Key
string
header
required

API key for authentication. Each key is bound to a specific account.

Query Parameters

scope
enum<string>

Filter by scope

Available options:
account,
project

Response

200 - application/json

List of permissions

success
boolean
data
object[]
Last modified on May 8, 2026