GET
/v1/mgmt/accesskey
Load an access key, using a valid management key.
This API endpoint allows administrators to load the details of an existing access key.
The response contains details of the access key including associated roles and tenants as well as details of the key's creation, status, and expiration.
Next Steps
Once you have this data, you can utilize the response to Update an access key, Activate an access key, Deactivate an access key, or Delete an access key.
See also
- See Access Key Management for further details on managing access keys.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
Authorization
RequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Query Parameters
id
string
Status code | Description |
---|---|
200 | OK |
Was this helpful?