Pular para o conteúdo principal
GET
/
api
/
publicapi
/
v1
/
catalogs
Lista todos os catálogos disponíveis
curl --request GET \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/catalogs \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

Autorizações

Authorization
string
header
obrigatório

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

Resposta

Todos os catálogos foram obtidos com sucesso

id
string
obrigatório

Identificador único do catálogo

Minimum string length: 1
name
string
obrigatório

Nome do catálogo

Minimum string length: 1