Skip to main content
GET
/
chats
/
render-options
List render options
curl --request GET \
  --url https://api.ledgerbeam.com/v1/chats/render-options \
  --header 'API-KEY: <api-key>'
[
  {
    "id": 1,
    "name": "Text",
    "key": "text"
  }
]

Overview

Retrieve available render options for message content. Render options define how different types of content (text, tables, charts, etc.) are displayed in messages.

Authorizations

API-KEY
string
header
required

API key for authentication

Response

200 - application/json

Render options retrieved successfully

id
integer

Render option ID

Example:

1

name
string

Render option name

Example:

"Text"

key
string

Render option key

Example:

"text"