API Documentation
channel logout
Ends a channel session on the platform and return a status.
Endpoint: https://koroma.co.za/v1/transact
Payload:
- channelid - The channelid assigned at successful authentication
- Note that, the platform does not require you to send request header information
- End a channel session as follows:
https://koroma.co.za/v1/transact
JSON Request { "channelid": "" } JSON Response { "Status": "CHANNEL_EXITED", "SubmitTimeUtc": "" }