What is the Admin API?
TheAdmin API lets you manage your Corti Console programmatically. It is built for administrators who want to automate account operations.
Use Cases
The following functionality is currently supported by theAdmin API:
Quickstart
1
Prepare your Corti Console account
- Sign up or log in at console.corti.app
- Ensure your account has a password set
2
Authenticate and get an access token
Call Example response:
/auth/token with your Console email and password to obtain a JWT access token.
See API Reference: Authenticate user and get access token3
Call an endpoint with the token
Include the token in the Authorization header for subsequent requests:
Top Pages
Authenticate
Obtain an access token
Create customer
Create a new customer in a project
Create user
Create a new user within a customer
Please contact us for support or more information