Check Admin

Given an authenticated session, this endpoint returns a HTTP 204 if the authenticated user is an admin and HTTP 403 otherwise.

Headers

AuthorizationstringRequired

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