-
Notifications
You must be signed in to change notification settings - Fork 10
GetLogout
Robin B edited this page Mar 13, 2020
·
1 revision
Logout route that disables access to admin-only routes via the web admin panel upon use.
Key | Value |
---|---|
Content-Type | application/x-www-form-urlencoded |
Authorization | Configured admin token |
Key | Description | Format | Example |
---|---|---|---|
--- | ----------- | ------ | ------- |
Key | Description | Format | Example |
---|---|---|---|
--- | ----------- | ------ | ------- |
/admin/logout
while being logged in:
{
"code": 200,
"message": "Successfully logged out!"
}