get https://api.exponea.com/data/v2/projects//catalogs/
/data/v2/projects/{projectToken}/catalogs/{catalogId}
Retrieve the name of a catalog by its ID.
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 |
Read more about:
Path parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| projectToken | string | The ID of your project. | Required |
| catalogId | string | The ID of the desired existing catalog. | 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 | object | Catalog description object (catalog id and name). |
| success | boolean | Result status |
