Skip to content
Start here

Keys

List signing keys
client.Stream.Keys.Get(ctx, query) (*SinglePage[KeyGetResponse], error)
GET/accounts/{account_id}/stream/keys
Create signing keys
client.Stream.Keys.New(ctx, params) (*Keys, error)
POST/accounts/{account_id}/stream/keys
Delete signing keys
client.Stream.Keys.Delete(ctx, identifier, body) (*string, error)
DELETE/accounts/{account_id}/stream/keys/{identifier}
ModelsExpand Collapse
type Keys struct{…}
ID stringoptional

Identifier.

maxLength32
Created Timeoptional

The date and time a signing key was created.

formatdate-time
Jwk stringoptional

The signing key in JWK format.

Pem stringoptional

The signing key in PEM format.