POST
/
authcheck
curl --request POST \
  --url https://cloud.local.wirtual.dev/api/v2/authcheck \
  --header 'Content-Type: application/json' \
  --header 'Wirtual-Session-Token: <api-key>' \
  --data '{
  "checks": {}
}'
{}

Authorizations

Wirtual-Session-Token
string
header
required

Body

application/json
Authorization request
checks
object

Checks is a map keyed with an arbitrary string to a permission check. The key can be any string that is helpful to the caller, and allows multiple permission checks to be run in a single request. The key ensures that each permission check has the same key in the response.

Response

200 - application/json
OK
{key}
boolean