GET
/
api
/
v1
/
widget-settings
curl https://api.ravan.ai/api/v1/widget-settings/ \
  -H "X-Api-Key: YOUR_API_KEY"
{
  "success": true,
  "message": "Widget settings fetched successfully",
  "data": [
    {
      "id": "019d1fdb-6701-762d-97bd-93fc72606d7c",
      "botName": "Ava Support",
      "botAutoStart": false,
      "botPosition": "bottom-right",
      "customFormFields": null,
      "theme": null,
      "language": "en",
      "isActive": true,
      "createdAt": "2026-03-20T10:30:00Z",
      "updatedAt": "2026-03-20T14:15:00Z"
    }
  ]
}

Authorizations

X-Api-Key
string
required
Your Agni API key. Find it in your support@ravan.ai under Settings → API Keys.

Response

success
boolean
Whether the request succeeded.
message
string
Human-readable status message.
data
object[]
Array of widget settings objects.
curl https://api.ravan.ai/api/v1/widget-settings/ \
  -H "X-Api-Key: YOUR_API_KEY"
{
  "success": true,
  "message": "Widget settings fetched successfully",
  "data": [
    {
      "id": "019d1fdb-6701-762d-97bd-93fc72606d7c",
      "botName": "Ava Support",
      "botAutoStart": false,
      "botPosition": "bottom-right",
      "customFormFields": null,
      "theme": null,
      "language": "en",
      "isActive": true,
      "createdAt": "2026-03-20T10:30:00Z",
      "updatedAt": "2026-03-20T14:15:00Z"
    }
  ]
}

Authorizations

X-Api-Key
string
header
required

Response

Successful response

success
boolean
message
string
data
object[]