Skip to main content
POST
Validate applicable endpoint for given criteria.

Authorizations

Authorization
string
header
required

Bearer JWT token or API Key (sk-*).

Body

application/json
path
string
required

HTTP path template to validate.

Example:

"/api/v1/users/{userId}"

method
enum<string>
required

HTTP method paired with the path template.

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

"GET"

Response

OK.

Last modified on September 5, 2026