Skip to main content
POST
Resolve an S3 access key to its owner and secret (gateway only)

Authorizations

Authorization
string
header
required

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

Body

application/json

Gateway lookup request — resolve an access key to its owner + secret.

access_key
string
required

The S3 access key ID to resolve.

Response

Credential resolved successfully.

Gateway lookup result. Returns the plaintext secret — machine path only.

access_key
string
required

The S3 access key ID.

secret_key
string
required

The plaintext S3 secret key for SigV4 verification.

owner
string
required

The user that owns this credential (authorize as this identity).

role
string
required

The IAM role for the gateway account (always 'user').

groups
string[]

The owner's groups, if resolved (for group-based policies).