API Documentation

This page contains APIs that can be used by apps consuming WeXL.

Get Students

GET https://student.wexl.in/api/orgs/:orgId/students/

This endpoint allows you to get students into your organization.

Path Parameters

Name
Type
Description

orgId

string

Your organization ID

Headers

Name
Type
Description

Authorization

string

Bearer Token containing your access key

{"userName":"git1001","firstName":"Roy","grade":"x","board":"cbse","gender":"MALE","academicYear":"21-22","lastName":"Long","schoolName":"Gitanjali High School","parentFirstName":"Josh P","parentLastName":"Josh L","parentEmail":"parent@gmail.com","parentMobileNumber":"000000000"}

Last updated

Was this helpful?