cURL
curl --request GET \ --url https://vantage-us.abbyy.com/api/publicapi/v1/catalogs \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>" } ]
The access token received from the authorization server in the OAuth 2.0 flow.
전체 카탈로그가 성공적으로 반환되었습니다.
카탈로그의 고유 식별자
1
카탈로그 이름
이 페이지가 도움이 되었나요?