API endpoint for synchronizing subscriber notes between the extension and backend
curl or a similar tool with a valid, current user JWT obtained from your browser’s session after logging in.curl, you need the JWT access token stored by Supabase Auth in your browser.
http://localhost:3000 or https://onlyautomator.com).sb-access-token (the exact name might vary slightly based on Supabase configuration).Authorization: Bearer <your_copied_token> header for your curl or other API tool requests.Bearer YOUR_JWT_TOKENapplication/jsonsuccess or error)| Error Code | Description |
|---|---|
validation_error | A required parameter is missing or invalid |
authentication_required | No valid authentication token provided |
permission_denied | Token lacks required permissions |
resource_not_found | Fan not found with the provided ID |
sync_in_progress | A synchronization is already in progress for this fan |
service_unavailable | The note synchronization service is temporarily unavailable |
Standard user JWT token for authentication.
Bearer token for authentication (JWT)