Features Docs Pricing Buy

Config

POST/api/config/db/delete
curl -s -X POST "https://alphieui.com/api/config/db/delete" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'
GET/api/config/{kind}
curl -s -X GET "https://alphieui.com/api/config/{kind}" \
  -H "Authorization: Bearer $TOKEN"
PUT/api/config/{kind}
curl -s -X PUT "https://alphieui.com/api/config/{kind}" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'
POST/api/config/{kind}/delete
curl -s -X POST "https://alphieui.com/api/config/{kind}/delete" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'

Notes