API endpoint for retrieving OnlyFans account information
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)connected, pending, or disconnected)| Error Code | Description |
|---|---|
authentication_required | No valid authentication token provided |
permission_denied | Token lacks required permissions |
resource_not_found | No connected account found for this user |
service_unavailable | The account service is temporarily unavailable |
null if no account is connected