Method Not Allowed

POST /me

Responses

  • 405 application/json

    Method Not Allowed

    Hide response attribute Show response attribute object
    • message string
POST /me
curl \
 --request POST 'https://api.clearproxy.io/me' \
 --header "X-API-Key: $API_KEY"
Response examples (405)
{
  "message": "Route /check only accept POST Method/"
}
{
  "message": "Route /me only accept GET Method/"
}