GET
/
api
/
v1
/
widget-settings
/
{id}
curl https://api.ravan.ai/api/v1/widget-settings/019d1fdb-6701-762d-97bd-93fc72606d7c/ \
  -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.

Path Parameters

id
string
required
The unique UUID of the widget settings to retrieve.

Response

success
boolean
Whether the request succeeded.
message
string
Human-readable status message.
data
object
The widget settings object.
curl https://api.ravan.ai/api/v1/widget-settings/019d1fdb-6701-762d-97bd-93fc72606d7c/ \
  -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

Path Parameters

id
string
required

Widget Settings ID

Response

Successful response

success
boolean
message
string
data
object