Appearance
Restful Logout
About 99 wordsLess than 1 minute
apiAuthentication
2025-03-13
MethodGET
Request URL
/plugin/datafor/api/extension/auth/logout
Description
Logs the user out of the application, returning a JSON response indicating the result.
Content Type
No request body is typically used with a GET
request.
Response Examples
{
"code": "200",
"success": true
}
HTTP Responses
HTTP Status Code | Meaning | Description | Data schema |
---|---|---|---|
200 | OK | none | Inline |
Response Data Schema (HTTP 200)
Name | Type | Required | Description |
---|---|---|---|
code | string | Yes | Code indicating the response (e.g., "200" ) |
success | boolean | Yes | Whether the logout was successful |