Last updated 2 months ago
Create a new class with specified details
Your API key
Your Secret key
POST /v2/ExternalApi/newClass HTTP/1.1 Host: api.gleantap.com X-API-KEY: text X-SECRET-KEY: text Content-Type: application/json Accept: */* Content-Length: 181 { "app_id": "text", "id": "text", "class_name": "text", "class_category": "text", "staff_name": "text", "program_name": "text", "date": "2025-05-21", "start_time": "18:11:04", "end_time": "18:11:04" }
Class created successfully
{ "result": "success" }