Create Retailer Credentials
Managed Accounts
Create Managed Account
Create new retailer credentials
POST
Create Retailer Credentials
Create new retailer credentials for order processing. Credentials are encrypted and stored securely.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.
Request Fields
- email (required) - The email address for the retailer account
- password - The password for the retailer account (encrypted at rest)
- retailer - Retailer name (e.g.,
amazon). If omitted, applies as default credentials - totp_secret - TOTP secret key for two-factor authentication (encrypted at rest)
If your retailer account has 2FA enabled, you must provide the
totp_secret to avoid verification issues during order processing. See the Managed Accounts guide for details on finding your TOTP key.Response
Returns the created credential object with:- id - Unique identifier (UUID)
- short_id - Short identifier used in URLs (e.g.,
zn_acct_a1b2c3d4) - email - Retailer account email
- retailer - Retailer name, or null if default credentials
- has_totp - Whether TOTP 2FA is configured
- has_forwarding - Whether email forwarding has been verified
- created_at - Creation timestamp
- updated_at - Last update timestamp
Authorizations
Zinc API key (Bearer zn_...)
Headers
Body
application/json
Request model for creating retailer credentials.
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.

