cURL
curl --request GET \ --url https://api.zinc.com/managed-accounts
{ "credentials": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "short_id": "<string>", "email": "<string>", "retailer": "<string>", "forwarding_email": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "has_totp": false, "has_forwarding": false, "retailer_config": {} } ], "total": 123 }
List all retailer credentials for your account
zn_acct_a1b2c3d4
Successful Response
Response model for list of retailer credentials.
Show child attributes