GET
/
organizations
/
{orgId}
/
catalogs
List Catalogs
curl --request GET \
  --url https://api.joinrefine.io/organizations/{orgId}/catalogs \
  --header 'REFINE_API_KEY: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "description": "<string>",
    "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "productCount": 123,
    "createdAt": "2023-11-07T05:31:56Z",
    "status": "EMPTY"
  }
]

Authorizations

REFINE_API_KEY
string
header
required

API key for authentication

Path Parameters

orgId
string
required

Organization ID (UUID)

Response

200
application/json

List of catalogs

The response is of type object[].