Skip to main content

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

successful operation

Schema
    expiresOn int64

    Timestamp in milliseconds when access key expires

    id string

    Access key ID

    name string

    Access key name

Loading...