Get catalog details
curl --request GET \
--url https://app.alana.shopping/api/workspace/{workspaceId}/catalogs/{catalogId} \
--header 'Authorization: Bearer <token>'{}Get Catalog Details
GET
/
api
/
workspace
/
{workspaceId}
/
catalogs
/
{catalogId}
Get catalog details
curl --request GET \
--url https://app.alana.shopping/api/workspace/{workspaceId}/catalogs/{catalogId} \
--header 'Authorization: Bearer <token>'{}Authorizations
Bearer token authentication via Auth0. Users authenticate through Auth0 Universal Login. Include the access token in the Authorization header: Authorization: Bearer <token>
Path Parameters
The workspace ID
Pattern:
^ws_[a-z0-9]+$Response
Catalog details retrieved successfully
The response is of type object.
Last modified on May 18, 2026
⌘I