Skip to content

Get Tariff Template by ID

GET/web/v1/transfer-tariff-templates/query/{bizId} JWT

Retrieves a specific tariff template by its business ID.

Authentication

Requires a valid JWT token and Turnstile verification.

Request Parameters

NameTypeRequiredInDescription
bizIdstringRequiredpathTemplate business ID (path parameter)

Success Response

Not Found 404
{
  "code": "4040",
  "message": "Template not found",
  "data": null
}

Error Responses

HTTP StatusCodeDescription
4014010Unauthorized
4044040Template not found

SlaunchX Internal Documentation