Update Retailer Credentials
Managed Accounts
Update Managed Account
Update existing retailer credentials
PUT
Update Retailer Credentials
Update an existing managed account’s retailer credentials. Only provided fields are updated.Documentation Index
Fetch the complete documentation index at: https://www.zinc.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
- short_id (required) - The short identifier of the credentials to update (e.g.,
zn_acct_a1b2c3d4)
Request Fields
All fields are optional. Only provided fields are updated.- email - New email address
- password - New password (encrypted at rest)
- retailer - New retailer association
- totp_secret - Update the 2FA secret key (encrypted at rest)
Response
Returns the updated credential object.Authorizations
Zinc API key (Bearer zn_...)
Headers
Path Parameters
Body
application/json
Response
Successful Response
Response model for retailer credentials.
Email address to forward retailer emails to for verification and 2FA code extraction.
Whether TOTP 2FA is configured for this account.
Whether email forwarding has been verified for this account.
Whether this credential is paused (jobs will not be picked up).
The job ID currently using this credential, if any.
Minimum minutes between uses. None = no cooldown.
When this credential was last released after a job completed.

