Verify key

Verify your key to confirm if it is still active

POST https://api.linkish.io/verify-key

This endpoint is used to test a linkish key's authentication

Headers

{
    "success": 1,
    "username": <USERNAME>,
    "message": "Test successful!"
}

Last updated