Setup Keys

List

Retrieve a paginated list of Setup Keys records. Supports filtering, sorting, and search.

get/api/cp/setup/key

Response

Successful response

idstring

Id

user_idinteger

User Id (references user.id)

namestring

Name

public_keystring

Public Key

Example response

[
  {
    "id": 12345,
    "user_id": 1,
    "name": "Example Name",
    "public_key": "example_public_key"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.