Link Search Menu Expand Document

Public API

Clients have access to Wherewolf’s API

Some Considerations

  • The Wherewolf API is a RESTful JSON API.
  • All API calls should be made with HTTP POST.
  • You can consider any non-200 HTTP response code an error - the returned data will contain more detailed information
  • All methods are accessed via: https://api.wherewolf.co.nz/SECTION/SOME-METHOD
  • Request data is passed to the API by POSTing JSON objects to the API endpoints with the appropriate parameters. The documentation for each API call will contain more detail on the parameters accepted by the call.
  • HTTPS is 100% supported with valid, signed certificates for all API methods. Only HTTPS over 443 is accepted.

Table of contents