List API keys

Lists all API keys for the specified space. Requires user authentication (JWT). API keys cannot list other API keys.

get/spaces/{space_id}/api_keys

Path parameters

space_idstring required

Ghost space ID.

Response

List of API keys

prefixstring required

Stable prefix identifier for the key (starts with gt_). Used to identify the key for deletion.

namestring required

User-provided label for the key.

created_atstring date-time required

Time the key was created.

Changes