Skip to main content
AuthOS Documentation home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
API documentation
Introduction
Guides
API reference
Documentation
Blog
API documentation
Introduction
On this page
Welcome
Authentication
API documentation
Introduction
Copy page
AuthOS API Reference
Copy page
Welcome
AuthOS provides a powerful and flexible authentication API for your applications. Our API allows you to manage users, sessions, and multi-tenancy with ease.
Authentication
All API endpoints are authenticated using Bearer tokens (Publishable Keys). You can find your publishable key in the AuthOS dashboard.
Copy
Authorization:
Bearer
<
your_publishable_ke
y
>
⌘I