Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

General Information


ServiceAPIMethod
urac/logoutGET

 

WorkflowLogout Flow

Input


NameSourceMandatoryTypeSpecial FormatDescription
N/AN/AN/AN/AN/AThis api does not need any parameters


Example (CURL)


Request

Calling Logout API
 > CURL -X GET http://127.0.0.1:4000/urac/logout

Response

Logout API response
{
	"result": true,
	"data": true
}
  • No labels