Validate a cloud API key

get/auth/validate-api-key

Headers

X-ScaleOps-Api-Keystring

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

expiredboolean
expiresAtstring
namestring
subdomainstring
validboolean required

Example response

{
  "$schema": "https://api.scaleops.com/schemas/ValidateApiKeyResponseBody.json"
}

Changes