Miscellaneous

These resources are just little bits and pieces of functionality that aren’t covered by the main API sections.

GET /myip

Simple resource that will return the IP address used to make the request

Status Codes:
  • 200 – all good
Response JSON fields:
 
  • yourIP The IP address used to make the request
GET /

API root. All this does is provide info & a list of admins

Status Codes:
  • 200 – all good
Response JSON fields:
 
  • statusMessage Generic informational message about the API
  • admins List of admins & their email addresses

Related Topics