Gravity
Search
⌃K
Gravity
Search
⌃K
Welcome to Gravity
Getting Started
Stack
Updates
Gravity Server
Introduction
Installation
Application Structure
REST API
API Scopes
Authentication
Config
Environment Variables
Database Queries
Handling Errors
Logging
Push Notifications
Email Notifications
User Feedback
Permissions (Roles)
File Uploads
Payments
Free Accounts
CLI Toolbelt
Testing
AI Tools
Gravity Web
Introduction
Tailwind & SCSS
Routing
Events
Authentication
Hooks
Components
Views
Handling Errors
Deployment
Gravity Native
Introduction
Prerequisites
Installation
App Context
Authentication
Magic Links
Handling Errors
Navigation
Config
Events
Views
Components
Push Notifications
Payments
Building Your App
Mission Control
Introduction
Installation
User Management
Feedback
Events
Logs
Powered By GitBook

API Scopes

Every user-generate API key offers granular access control using API scopes. The following scopes are included by default and housed in the config file and you can extend this with your own scopes.
  • account.read
  • account.update
  • account.delete
  • billing.read
  • billing.update
  • invite.create
  • invite.read
  • invite.delete
  • key.create
  • key.read
  • key.update
  • key.delete
  • user.read
  • user.update
  • user.delete
  • event.create
Gravity Server - Previous
REST API
Next - Gravity Server
Authentication
Last modified 1yr ago
Copy link