Always returns 200 OK for license checks
Always returns 200 OK for license checks
Responses
- 200
- 500
License check response
- application/json
- Schema
- Example (from schema)
Schema
error string
valid boolean
{
"error": "string",
"valid": true
}
A generic API error containing the cause of the error
- application/json
- Schema
- Example (from schema)
Schema
code int32
detail string
message string
uri string
verb string
{
"code": 0,
"detail": "string",
"message": "string",
"uri": "string",
"verb": "string"
}
Loading...