Get Is Valid Api Key
GET/v2/auth/
Check if the API key is valid.
It returns a JSON object with a single key "valid" that is True if the key is valid or raise 401 Unauthorized.
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
valid Valid (boolean)required
{
"valid": true
}
Loading...