Skip to main content

Congratulations

You have completed the basics. Use the Disconnect API with the bearer token to terminate API session.

Summary

Congratulations!! you have successfully completed the MPSMS Basics. To close, call the Disconnect API.

Using the JWT token received from the Connect API call, call the Disconnect API to terminate the session.

Use the following authorization header for the Disconnect API

Authorization: Bearer <token>

You may add a UUID trackid parameter in the body to track your request

e.g.

{
"trackid": "d290f1ee-6c54-4b01-90e6-d701748f0851"
}

Done!