Skip to main content
GET
Try Cobo WaaS Skill in your AI coding assistant (Claude Code, Cursor, etc.). Describe your needs in natural language to auto-generate production-ready SDK code and debug faster 🚀

Authorizations

BIZ-API-KEY
string
header
required

The API key. For more details, refer to API key.

In the API playground, enter your API secret, and your API key will be accordingly calculated.

Query Parameters

template_key
string
required

Key of the transaction template used to create an approval message.

template_version
string

Version of the template.

action
enum<string> | null
default:Transfer

The approval action type. If omitted, Transfer is used by default. Possible values include:

  • Transfer: To approve a transaction transfer.
  • Drop: To approve dropping a transaction.
  • SpeedUp: To approve speeding up a transaction.

The approval action type. Possible values include:

  • Transfer: To approve a transaction transfer.
  • Drop: To approve dropping a transaction.
  • SpeedUp: To approve speeding up a transaction.
Available options:
Transfer,
Drop,
SpeedUp,
null
Example:

"Transfer"

Response

Successfully retrieved approval templates.

business_key
string

Business key used to identify the type of approval template.

Example:

"transaction_withdrawal"

template_text
string

Text content defined in the approval template used to generate approval messages shown to users

Example:

"{{user_name}} requests to withdraw {{amount}} {{currency}} from the account."

template_version
string

Version of the approval template.

Example:

"1.0.0"