Skip to main content
GET
cURL
The Catalogs API also supports POST for creating/linking catalogs and DELETE for unlinking catalogs. See the Create Catalogs and Delete Catalogs endpoints.

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Query Parameters

account_id
string<uuid>
required

The unique identifier of the account to query

Response

Catalogs retrieved successfully

Response containing catalogs data

status
enum<string>

Status of the request

Available options:
success,
error
catalogs
object[]

Array of catalog objects

error
string

Error message (only present if status is 'error')