Skip to main content
POST
/
usage
/
validate
{
  "isValid": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
type
enum<string>
required

Type of resource being validated

Available options:
monitor,
status_page,
team_member,
project,
notification_channel,
api_call,
storage
Example:

"monitor"

action
enum<string>
required

Action being performed

Available options:
create,
update,
delete
Example:

"create"

context
string

Optional context for the validation

Example:

"project-123"

Response

Usage validation result

isValid
boolean
message
string