Skip to main content
GET
/
api
/
publicapi
/
v1
/
catalogs
Lists all available catalogs
curl --request GET \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/api/publicapi/v1/catalogs \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Response

All catalogs are successfully returned

id
string
required

Unique identifier of the catalog

Minimum length: 1
name
string
required

Name of the catalog

Minimum length: 1