Setup Servercert
List
Retrieve a paginated list of Setup Servercert records. Supports filtering, sorting, and search.
get/api/cp/setup/server-cert
Query parameters
type'client' | 'server'
Filter by Type
Response
Successful response
Example response
[
{
"id": 12345,
"server_id": 1,
"cert_id": 1,
"type": "client",
"method": "example_method",
"verify_cert": 1,
"require_cert": 1,
"cipher_list": "example_cipher_list",
"ec_curve": "example_ec_curve",
"dh_params": "Sample dh_params text content",
"match_sip_domain": "example_match_sip_domain"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.