Skip to main content
POST
/
api
/
dashboard
/
integrations
/
zunkiree
/
rotate-sync-key
Rotate Sync Key
curl --request POST \
  --url https://api.example.com/api/dashboard/integrations/zunkiree/rotate-sync-key
{
  "key_id": "<string>",
  "secret_prefix": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "push_pending": false
}

Documentation Index

Fetch the complete documentation index at: https://docs.stella-commerce.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string | null
X-API-Key
string | null
X-Stella-Merchant-Id
string | null

Response

Successful Response

Response from POST /rotate-sync-key. Plaintext secret is NOT in the response — Zunkiree received it via push_sync_credentials, Stella has no need to surface it again. UI displays the new prefix as a confirmation.

key_id
string
required
secret_prefix
string
required
created_at
string<date-time>
required
push_pending
boolean
default:false

True iff push_sync_credentials failed after the new key was created. The new key is active on Stella; Zunkiree still uses the previous one. Caller can retry by calling rotate again — but the migration 003 trigger caps active keys at 2, so they'll need to revoke first.