Authorization header of your requests:
API Documentation
Authentication
API requests are authenticated using JWT Bearer tokens. You can get a token from the sign in endpoint.
Make sure you pass the token in the
NextAPI use Supabase as authentication provider. You can read more about Supabase authentication here.