Admin operations are backend API calls that require elevated permissions to access or modify a self-managed headless project's business data. They're useful for building dashboards, automation scripts, and backend services.
Use admin operations to perform actions that affect data beyond the current visitor's session:
Use an API keys grant a custom set of permissions to your backend code. Unlike OAuth tokens that represent a specific visitor or member, API keys represent administrative access to your project.
To get started with API key authentication:
Important: Store your API keys securely and only use them in backend code.