List all the themes

List of all the themes that are registered for the tenant.
This generates a list of registered themes for the tenant, which includes the theme name and description(optional).

The default theme is always present since it is the current themeID for your Verify tenant.

Entitlements required:
manageTemplates (Manage templates and themes) or readTemplates (Read templates and themes)

Query Params
string

Controls the results that are returned on a page. If no pagination parameters are passed in, the 1st 200 results are returned.

You can use the following query parameters:

page - Use to identify the requested page, or the offset.

limit - Use to define the total number of results that are returned per page. The maximum allowed value is 1000.

Note: Parameters might have to be HTML encoded. Use the prefix "pagination=" in the query parameter.

Example: Paginate on page=1&limit=5
pagination=page%3D1%26limit%3D5

string
enum

Sort the results by the specified attribute.

Allowed:
string
enum

The sorting order.

Allowed:
string
enum

Search by the specified attribute.

Allowed:
string

A string to be searched.

Responses

Language
URL
Response
Choose an example:
application/json