HEAD
/
v1
/
status
/
{statusCode}
curl --request HEAD \
  --url https://mockwise.dev/api/v1/status/{statusCode} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

statusCode
string
required

Response

200 - application/json

The response is of type object.