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.
/auth/access-keys/{access_key_id}In: cookie
Path Parameters
Access key ID.
xidResponse Body
curl -X DELETE "https://loading/api/auth/access-keys/cc5lnd2s1s4652adtu50"{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}Access Key Create POST POST
Create a new access key for the authenticated account. Access keys are used to authenticate API requests on behalf of the account in a more granular and service-friendly way than a session cookie. Access keys share the same roles and permissions as the owning account and only provide a way to use an `Authorization` header as an way of interacting with the Storyden API. Access keys also allow an expiry date to be set to limit how long a key can be used to authenticate against the API.
Access Key List GET GET
List all access keys for the authenticated account or all access keys that have been issued for the entire instance if and only if the request parameters specify all keys and the requesting account is an admin.