The iplicit API has several available endpoints or WKEPs (well-known endpoints) that can trigger different actions within the iplicit app. These are sometimes referred to as API calls. The base URL is paired with these endpoints in order to trigger the actions on the data within the iplicit app.
Five types of actions can be done with the API: fetch (GET), create (POST), update (PATCH), delete (DELETE), and add (PUT).
For more information, please see the iplicit API Guide and the latest version of the API Reference (Swagger UI) for the tags, headers, etc.