https://api.zoomcatalog.com/custom/catalogs/
Intended Use
Get a list of all custom catalogs affiliated with your account
Return Types
custom_catalogs_without_actions
error
Permitted HTTP Request Methods
GET
HTTP Request Headers
Required | Name | Value |
---|---|---|
Yes | Content-Type | "application/json" |
Yes | Authorization | <access_token> |
Parameters
Required | Name | Value | Location |
---|---|---|---|
No | for_username | <string> - unique identifier representing a user in your application | Query String |
No | id | <id> | Query String |
No | title | <string> - title of a catalog | Query String |
No | version | ISO 3166-1 alpha-2 country code in lowercase(E.g. us or ca) | Query String |
Notes
If the for_username parameter is present, the personalize link in each catalog will be an autologin_uri. The id
and title
parameters will be used to filter the list of custom_catalogs_without_actions.
Errors
Code | Description | Likely Cause |
---|---|---|
400 | The token is corrupted | Malformed user or access token |
400 | The provided access token does not contain the scope required | An access_token was used where a user_token should be used, or the user associated with the user_token does not have permission to access the resource |
401 | The token has expired | The access or user token is too old |
404 | Invalid CLIENT_ID, please contact the administrator | The provided resource id is malformed or invalid |