/
Verify

Verify

This is rate limited if authentication fails too many times so please don't spam.

Check package.json to run this project in dev.

Check Dockerfile to run this project in prod (Wheatley).

Hosted at https://verify.csesoc.unsw.edu.au.

API

Ensure the header contains:

Content-Type: application/json

Request

POST /v1

{ "zid": "z1234567", "zpass": "tRiMeStErS3++" }

Response

Status: 200 Success

{ "displayName": "Ian Jacobs" }

Status: 400 Bad Request

{ "error": "zid and/or zpass not provided" }

Status: 401 Bad Request

{ "error": "Incorrect zid or zpass" }

Status: 503 Service Unavailable

{ "error": "API is being ratelimited" }