Zum Hauptinhalt springen
GET
/
api
/
publicapi
/
v1
/
catalogs
Listet alle verfügbaren Kataloge auf
curl --request GET \
  --url https://vantage-us.abbyy.com/api/publicapi/v1/catalogs \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

Autorisierungen

Authorization
string
header
erforderlich

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

Antwort

Alle Kataloge wurden erfolgreich abgerufen

id
string
erforderlich

Eindeutige Kennung des Katalogs

Minimum string length: 1
name
string
erforderlich

Name des Katalogs

Minimum string length: 1