Authorization header.
Authorization header
Getting a token
Topify.ai uses Supabase for authentication. When you sign in through the platform, a JWT token is issued automatically. If you’re building a custom integration, you can obtain a token through the Supabase Auth API using your account credentials.User identification
Many v2 endpoints require auser_id query parameter to identify the requesting user and verify team access. This is the user’s UUID from the authentication system.