Skip to main content
GET
/
api
/
v1
/
chatbot
/
get-chatbot
Get results (WhatsApp verified)
curl --request GET \
  --url https://api.example.com/api/v1/chatbot/get-chatbot/ \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Exam-Session-id: <x-exam-session-id>' \
  --header 'X-Schema-Name: <x-schema-name>' \
  --header 'X-Student-Admission-No: <x-student-admission-no>' \
  --header 'X-WhatsApp-Number: <x-whatsapp-number>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-KEY
string

API Key for authentication (alternative to session auth).

Example:

"sk_..."

X-Exam-Session-id
integer
required

Exam Session ID

X-Schema-Name
string
required

Tenant Schema Name

X-Student-Admission-No
string
required

Student Admission Number

X-WhatsApp-Number
string
required

Parent Phone Number

Response

{key}
any