Themes

themes

Methods

Create Theme ->
post/v4/themes

Description

Custom chat themes

List Themes -> PageResponse<>
get/v4/themes

Description

Lists all themes accessible to the user.

Details

This API can be used to list themes. If a user has access to multiple accounts, all themes from all accounts the user is associated with will be returned.

Get Theme ->
get/v4/themes/{theme_id}

Description

Gets the details of a theme

Details

This API can be used to get information about a single theme by ID. To use this API, pass in the id that was returned from your Create Theme API call as a path parameter.

Review the response schema to see the fields that will be returned.

Domain types

PaginatedThemes = { current_page, items, items_per_page, 1 more... }
Theme = { id, account_id, created_at, 6 more... }