Skip to content
Start here

Keys

List signing keys
GET/accounts/{account_id}/stream/keys
Create signing keys
POST/accounts/{account_id}/stream/keys
Delete signing keys
DELETE/accounts/{account_id}/stream/keys/{identifier}
ModelsExpand Collapse
Keys { id, created, jwk, pem }
id: optional string

Identifier.

maxLength32
created: optional string

The date and time a signing key was created.

formatdate-time
jwk: optional string

The signing key in JWK format.

pem: optional string

The signing key in PEM format.

KeyGetResponse { id, created, key_id }
id: optional string

Identifier.

maxLength32
created: optional string

The date and time a signing key was created.

formatdate-time
key_id: optional string

The unique identifier for the signing key.

KeyDeleteResponse = string