Skip to main content
GET
/
api
/
v1
/
chatbot
/
notices
List school notices
curl --request GET \
  --url https://api.example.com/api/v1/chatbot/notices/ \
  --header 'Authorization: Bearer <token>' \
  --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-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

200 - application/json
{key}
any