Create Sync Key
Dashboard
Create Sync Key
Create a new sync key for the authenticated merchant.
The plaintext secret is in the response body and is never retrievable again. A merchant may have at most two active keys at any time; attempting a third returns 409.
POST
Create Sync Key
Body
application/json
Human label for this key, e.g. 'Zunkiree prod'.
Maximum string length:
255Response
Successful Response
Response from POST /sync-keys. The secret field is shown ONCE
and never recoverable from the server afterwards. Frontends/CLIs
must surface this clearly to the merchant.
The plaintext sync secret (ssk_sec_<...>). Returned only at creation time; cannot be retrieved later.