Skip to content

API Reference

Ashwin Shenoy edited this page Feb 24, 2019 · 8 revisions

Authorisation APIs

Generate JWT Auth Token

Generates an authorisation token for the user

mutation TokenAuth($username: String!, $password: String!) {
  tokenAuth(username: $username, password: $password) {
    token
    refreshToken
  }
}

Read more about Authorisation APIs

Attendance APIs

pingAttendance

Members APIs

Profile API

Clone this wiki locally