API Logs

This page allows Super-Admin and Admin level users to view a list of API requests, particularly useful for auditing purposes or if you are attempting to debug a problem. All interactions with the filtering and archiving system, including by the SpamExperts web interface, is done via the API.

  1. Login as a Super-Admin or Admin level user
  2. Navigate to Development > API
  3. Use the Query Rules to filter the results as required
  4. Once you have added the rules, use the Customise dropdown to select the fields you want displayed in the search results

  5. Click on Show Results to run the search and display the results at the bottom of the page

Query Rules

The Query Rules panel allows you to customise your search filters. The default query rule for the API Log is:

  • Method is Post, Put or Delete
  • HTTP Status equals 200
To Match all rules specified ensure that All is selected. Alternatively to allow partial matching select Any:

Click on + New Rule and select from the filter options available, or amend the existing rules to fit your needs:

Most of the API Query Rules are constructed of three parts:

  • The part of the API you are looking for - Select from the first dropdown in the Query Rules panel
  • The type of match e.g. contains, does not start with etc. - Select from the second dropdown in the Query Rules panel
  • The content you are trying to match