Keys

Create a new Key

Create a new Key

post/keys

Request body

created_atinteger

Unix epoch when the resource was created.

idstring
jwkstring

A JSON Web Key represented as a string.

kidstring

A unique identifier for a key.

namestring

The name to associate with the given keys.

tagsstring[]

An optional set of strings associated with the Key for grouping and filtering.

updated_atinteger

Unix epoch when the resource was last updated.

Response

Successfully created Key

created_atinteger

Unix epoch when the resource was created.

idstring
jwkstring

A JSON Web Key represented as a string.

kidstring

A unique identifier for a key.

namestring

The name to associate with the given keys.

tagsstring[]

An optional set of strings associated with the Key for grouping and filtering.

updated_atinteger

Unix epoch when the resource was last updated.

Changes