The following table shows available API methods along with a brief description.
API Method | Description |
Authenticate |
The Authenticate method validates your ClassIT+ API license with NMFTA and returns a JWT response. Basic auth is used to communicate with the Authentication method. Use this JWT to access all the other API methods. The token is valid for 24 hours. For all other API calls the JWT must be included in the Authorization header as a Bearer token. |
AvailableForMonth |
The AvailableForMonth method retrieves information about the number of transactions available for the current month. |
UsageReport |
The UsageReport method retrieves the usage data for the specified period. |
Keyword Search | The Keyword Search method performs a search and retrieves Article, Index, Package, and Rule summaries. |
Search by Article/Item Number |
The Article Search method performs a search and retrieves an Article from the itemNumber. |
Package Search |
The Package Search method performs a search and retrieves a Package from the itemNumber. |
Rule Search |
The Rule Search method performs a search and retrieves a Rule from the itemNumber. |