Skip to content

API Documentation

Shidan Javaheri edited this page May 9, 2023 · 10 revisions

Behold: our API documentation! Click on each endpoint to see more information. All API documenation follows the following format:

Class Name

GET/POST/PUT/DELETE: /pathToEndpoint

Description

Description of what endpoint does

Parameters

type parameter description of parameter

Return Values

{ 
"id": "String",
"message": "String",
"additionalContact": "String",
"status": "Status" 
} 
Clone this wiki locally