Skip to content

List active signing keys for organisation

GET
/api/signing-keys

Return all active (is_active=True) signing keys for the organisation.

Revoked keys are excluded. Keys are ordered newest-first.

Authorizations

Parameters

Query Parameters

organization_id
required
string format: uuid

Responses

200

Successful Response

Array<object>

Public representation of a signing key (no private material).

object
algo
required
string
created_at
required
string format: date-time
fingerprint
required
string
id
required
string format: uuid
is_active
required
boolean
name
required
string
revoked_at
Any of:
string format: date-time

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string