📄️ Connect
The "Connect" endpoint is a crucial part of the MPSMS API, as it allows clients to authenticate and start a session to perform various operations.
📄️ Disconnect
The "Disconnect" endpoint is used to terminate the current session and log the client out of the MPSMS API. This is an important step to ensure the security and integrity of the client's account and the MPSMS system.
📄️ Ping
The "Ping" endpoint is used to perform a connectivity and availability test to the MPSMS API service. This endpoint allows clients to check if the MPSMS API is reachable and responsive, which is crucial for ensuring the proper functioning of the client's application.
📄️ Lookup
The "Lookup" endpoint is used to perform a data lookup request for use in an API session. This endpoint requires bearer authentication, which means the client must provide a valid authentication token in the request headers to access this endpoint.
📄️ Check
The "Check" endpoint is used to perform a status check on an API service request. This endpoint requires bearer authentication, which means the client must provide a valid authentication token in the request headers to access this endpoint.