cURL
curl --request GET \ --url https://vantage-us.abbyy.com/api/publicapi/v1/transactions/{transactionId}/registrationParameters \ --header 'Authorization: Bearer <token>'
[ { "key": "<string>", "value": "<string>" } ]
The access token received from the authorization server in the OAuth 2.0 flow.
事务标识符。在事务成功创建后,会在响应中返回该标识符。
事务注册参数已成功返回。
Parameter 的键(名称)
Parameter 的值
此页面对您有帮助吗?