Setup Keys
List
Retrieve a paginated list of Setup Keys records. Supports filtering, sorting, and search.
get/api/cp/setup/key
Response
Successful response
Example response
[
{
"id": 12345,
"user_id": 1,
"name": "Example Name",
"public_key": "example_public_key"
}
]