For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
SupportLog InSign Up
GuidesAPI Reference
GuidesAPI Reference
  • Tax Rates
    • GETGet Tax Rates (v6.0)
  • Account
    • GETGet Account Metrics (v6.0)
  • Merchant
    • POSTCreate Merchant
    • POSTUpdate Merchant
    • POSTDelete Merchant
    • POSTGet Merchant
    • GETList Merchants
    • POSTSet Merchant Credentials
    • POSTGet Merchant Credentials
    • POSTDelete Merchant Credentials
  • Data
    • GETGet TIC Codes
    • POSTSearch TIC Codes
    • POSTRecommend TIC Codes
    • GETGet TIC Search JSON Schema
  • System
    • GETHealth Check
    • GETGet System Metadata
SupportLog InSign Up
Merchant

Get Merchant Credentials

Beta
POST
https://api.zip-tax.com/merchant/credentials/get
POST
/merchant/credentials/get
$curl -X POST https://api.zip-tax.com/merchant/credentials/get \
> -H "X-API-KEY: <apiKey>" \
> -H "Content-Type: application/json" \
> -d '{
> "merchantId": "merchantId"
>}'
1{
2 "apiKey": "apiKey",
3 "connectionId": "connectionId"
4}
> **Private Preview** — Access by request only. The API surface may change before general availability. Contact support@zip.tax for access. Returns the stored TaxCloud credentials for a merchant. The caller must own the merchant. Credentials are encrypted at rest with AES-256-GCM and decrypted only when returned to the authenticated owner.
Was this page helpful?
Previous

Delete Merchant Credentials

Next
Built with

Private Preview — Access by request only. The API surface may change before general availability. Contact support@zip.tax for access.

Returns the stored TaxCloud credentials for a merchant. The caller must own the merchant. Credentials are encrypted at rest with AES-256-GCM and decrypted only when returned to the authenticated owner.

Authentication

X-API-KEYstring
API Key authentication via header

Request

This endpoint expects an object.
merchantIdstringRequiredformat: "uuid"

Server-issued UUID of the merchant

Response

OK
apiKeystring
TaxCloud API key associated with the merchant
connectionIdstring
TaxCloud connection ID associated with the merchant

Errors

400
Get Merchant Credentials Request Bad Request Error
401
Get Merchant Credentials Request Unauthorized Error
403
Get Merchant Credentials Request Forbidden Error
404
Get Merchant Credentials Request Not Found Error
500
Get Merchant Credentials Request Internal Server Error