Skip to main content
POST
/
api
/
v1
/
endpoints
/
validate
Validate applicable endpoint for given criteria.
curl --request POST \
  --url https://api.revong.com/api/v1/endpoints/validate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "path": "<string>",
  "method": "GET"
}'

Authorizations

Authorization
string
header
required

Bearer token with Platform JWT token or API Key.

Body

application/json
path
string

Path, e.g. /api/v1/users/{user}

method
enum<string>

Method.

Available options:
GET,
POST,
PUT,
PATCH,
DELETE

Response

OK.