Skip to content
Get started

Verify Chatbot

POST/api/v1/policies/verify-chatbot

Verify if a chatbot and user email are allowed by the user's organisation policy. Returns 200 on success or 403 if not permitted.

Query ParametersExpand Collapse
use_cache: optional boolean
Body ParametersExpand Collapse
chatbot: string

Chatbot identifier to verify

email: string

User account email to verify

Verify Chatbot
curl http://api-staging.overmind.ai/api/v1/policies/verify-chatbot \
    -H 'Content-Type: application/json' \
    -d '{
          "chatbot": "chatbot",
          "email": "email"
        }'
{}
Returns Examples
{}