Skip to main content
GET
/
v1
/
ai
/
credit-controls
Get AI credit controls
curl --request GET \
  --url https://{instance}.omniapp.co/api/v1/ai/credit-controls \
  --header 'Authorization: Bearer <token>'
{
  "detail": "Unauthorized: Missing or invalid API key",
  "status": 401
}

Authorizations

Authorization
string
header
required

Can be either an Organization API Key or Personal Access Token (PAT).

Include in the Authorization header as: Bearer YOUR_TOKEN

Response

Current credit controls. Thresholds are null when the corresponding control is off.