Keys

Fetch a Key

Get a Key using ID or name.

get/keys/{KeyIdOrName}

Response

Successfully fetched 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