The StorageGRID API endpoints that are marked “Private” are subject to change without notice.
StorageGRID private endpoints also ignore the API version of the request.
All operations require an "Authorization" request header in the form:
Authorization: Bearer token
where token is obtained by sending an
authorization token request: POST /api/v4/authorize
When you send that request from this page, the token is automatically
extracted from the response to here:
which will be inserted into every subsequent request sent from this page.