API Reference
Toolbar Sync
Sync a locally-run audit from the AEORank Chrome extension to Supabase.
POST
/api/v1/toolbar/syncReceives a locally-run audit from the AEORank Chrome extension and syncs it to Supabase. Creates or updates the published audit and version history.
Example
Try it
Response
The audit data has been saved. scoreChanged indicates whether a new version was created.
200Sync successful
400Missing fields
401Unauthorized
Requires either an API key (
Authorization: Bearer) or a portal JWT token (X-Auth-Token header). Anonymous installs cannot sync.