Admin Access Key Delete
Revoke an access key. This will immediately invalidate the key and it will no longer be usable for authentication.
Revoke an access key. This will immediately invalidate the key and it will no longer be usable for authentication.
/admin/access-keys/{access_key_id}In: cookie
Path Parameters
Access key ID.
xidResponse Body
curl -X DELETE "https://loading/api/admin/access-keys/cc5lnd2s1s4652adtu50"{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}Send Beacon POST POST
A catch-all endpoint for tracking read states and other things that are not critical to the functioning of the platform. This endpoint is fire and forget and does not return any meaningful data. It is designed to be used with the `navigator.sendBeacon` API in browsers to mark things such as how far down a thread a member has read, or whether or not a Library Page has been visited recently. It may queue the work for later processing and is not guaranteed to be processed immediately or at all.
Admin Access Key List GET GET
List all access keys for the entire instance. This is only available to admin accounts and is used to manage access keys from other accounts.