API keys are created in the JobMojito admin interface, available to customers on the "Interview" plan or higher.Create an API Key#
2.
Click the "Create new API key" button in the top right corner.
3.
Enter the API Key name and API key email address.
Note: The API key email address must be unique. If you need to create a new email, you can use the "+" syntax in the address. For example: myname+api@gmail.com4.
The platform will generate two values: Authenticate Using Supabase Client Libraries#
To authenticate with Supabase client libraries, use your API key email as the username and the generated password.Authenticate Using JWT Token#
To access the Actions API or Tables API via REST, provide the API Key as the authentication token:
Authorization: Bearer [API key]
Modified at 2025-05-16 10:14:00