Skip to main content
GET
List API keys

Authorizations

Authorization
string
header
required

Phone Harness account API key (pck_…). The dashboard may use a Clerk session JWT with the same header. Never put an account key in a URL.

Response

Active key metadata.

key_hash
string
required

Key identifier used for revocation. This is not the raw bearer key.

Pattern: ^[a-f0-9]{64}$
label
string | null
required
hint
string
required

Non-secret display hint; cannot authenticate.

created
number
required

Key creation. Unix time in seconds.

revoked
number | null
required

Revocation time. Null in active key lists. Unix time in seconds.