This endpoint clears a user notification with its code.
This endpoint clears a user notification with its code. Current notifications codes can be retreive from the /user endpoint.
get/user/notification/clear
Query parameters
apikeystring
Deprecated User apikey (Use Bearer Auth in header).
agentstring required
Your software user-agent.
codestring required
Notification code to clear
Response
This endpoint retrieves a complete list of all available hosts for this user
Example response
{
"status": "success",
"data": {
"message": "Notification was cleared"
},
"error": {
"code": "AUTH_MISSING_APIKEY",
"message": "The auth apikey was not sent"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.