get https://api.exponea.com/data/v2/projects//catalogs
/data/v2/projects/{projectToken}/catalogs
Retrieve a list of all the catalogs in your project. The list contains the IDs and names.
Definition
Authorization
In this API call you must use the following authorization access and permissions:
Available access type | Permissions needed |
---|---|
Private access | Catalogs > Get catalog list |
Read more about:
Path parameters
Parameter | Type | Description | Required |
---|---|---|---|
projectToken | string | The ID of your project. | Required |
Header
Parameter | Type | Description | Required |
---|---|---|---|
authorization | string | Used for authentication. Read more in the Authentication section. | Required |
content-type | string | application/json | Required |
Response description
Attribute | Type | Description |
---|---|---|
data | array of objects | List of catalog descriptions (catalog id and name ) |
success | boolean | Result status |