update_auth
Set or refresh authentication credentials for StoreCake API using token, session ID, and base URL. Values persist locally and restore automatically next session.
Instructions
Update authentication credentials. All values are saved to local database — next session auto-restores them. Get token and session_id from browser DevTools → Network tab → copy from any API request headers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | JWT Bearer token (from Authorization header) | |
| api_url | No | API base URL (e.g. https://api.storecake.io) | |
| session_id | No | Session ID (from x-session-id header) |