Retrieve catalogs associated with a specific account. The endpoint joins account_catalogs with catalogs to return catalog metadata for the specified account.
GET
/
api
/
catalogs
cURL
Copy
curl --request GET \ --url https://api.recoupable.com/api/catalogs \ --header 'x-api-key: <api-key>'
The Catalogs API also supports POST for creating/linking catalogs and DELETE for unlinking catalogs. See the Create Catalogs and Delete Catalogs endpoints.