Skip to main content
GET
Get the current user's S3 credential information

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

Credential metadata retrieved successfully.

Current S3 credential metadata for a user. Never includes the secret.

access_key
string
required

The S3 access key ID.

owner
string
required

The user that owns this credential.

created_at
string<date-time>
required

Credential creation timestamp.

updated_at
string<date-time>
required

Timestamp when the credential was last regenerated.

is_active
boolean
required

Whether the credential is active.

last_used_at
string<date-time> | null

Timestamp when the access key was last looked up.