List API key permissions
Retrieve all available API key permissions. Permissions define specific actions on specific resource types that can be granted to API keys. This is reference data and does not require specific resource permissions.
Authorizations
API key authentication. Pass your API key as a Bearer token in the Authorization header.
Response
List of available API key permissions
Unique identifier for the permission
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"fb5e5168-4281-4bec-94c5-0d1584e9e657"
Name of the permission
"app:read"
Human-readable description of what this permission allows
"View applications"
Resource type this permission applies to. APP - applications. PIPELINE - pipelines. DATABASE - databases. STATIC_SITE - static sites. LOAD_BALANCER - load balancers. OBJECT_STORAGE - object storage. BILLING - billing. COMPANY - company settings. PROJECT - projects. WEBHOOK - webhooks. API_KEY - API keys. REGISTRY_CREDENTIAL - Docker registry credentials.
APP, PIPELINE, DATABASE, STATIC_SITE, LOAD_BALANCER, OBJECT_STORAGE, BILLING, COMPANY, PROJECT, WEBHOOK, API_KEY, REGISTRY_CREDENTIAL "APP"
Action this permission allows on the resource. CREATE - create new resources. READ - view resources. UPDATE - modify resources. DELETE - remove resources.
CREATE, READ, UPDATE, DELETE "READ"