English
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.
Transaction identifier. You receive it in the response after the transaction has been successfully created.
Transaction registration parameters successfully returned
Key (name) of the parameter
Value of the parameter
Was this page helpful?