cURL
curl --request GET \ --url https://vantage-us.abbyy.com/api/publicapi/v1/catalogs/{catalogId}/records/{recordId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "fields": {} }
The access token received from the authorization server in the OAuth 2.0 flow.
Catalog identifier. You can find it in the list of all catalogs.
Record identifier. You can find it in the list of records.
OK
Id of the catalog record
1
Record fields
Show child attributes
Was this page helpful?