Skip to main content
GET
/
prod
/
site
/
{id}
/
settings
Get Website Settings
curl --request GET \
  --url https://api.aimtell.com/prod/site/{id}/settings \
  --header 'X-Authorization-Api-Key: <api-key>'
{
  "result": "success",
  "message": "Updated site settings"
}

Documentation Index

Fetch the complete documentation index at: https://developers.aimtell.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Authorization-Api-Key
string
header
default:""
required

Path Parameters

id
string
required

Site ID

Response

200