跳转到主要内容
GET
/
api
/
publicapi
/
v1
/
transactions
/
{transactionId}
/
registrationParameters
获取该事务的注册参数
curl --request GET \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/transactions/{transactionId}/registrationParameters \
  --header 'Authorization: Bearer <token>'
[
  {
    "key": "<string>",
    "value": "<string>"
  }
]

授权

Authorization
string
header
必填

The access token received from the authorization server in the OAuth 2.0 flow.

路径参数

transactionId
string<uuid>
必填

事务标识符。在事务成功创建后,会在响应中返回该标识符。

响应

事务注册参数已成功返回。

key
string | null

Parameter 的键(名称)

value
string | null

Parameter 的值