Get Access Key by ID
GET/access_keys/:id
Returns the metadata of the access key that has the specified ID.
Request
Path Parameters
id uuidrequired
Access key ID
Responses
- 200
- 400
- 403
successful operation
- application/json
- Schema
- Example (from schema)
Schema
expiresOn int64
Timestamp in milliseconds when access key expires
id string
Access key ID
name string
Access key name
{
"expiresOn": 0,
"id": "string",
"name": "string"
}
user_inactive_or_not_exist
unauthorized_to_use_access_keys
Loading...