GET certificates/get
Fetch all certificates for customer
Request example
curl --request GET "https://api-asm1.apica.io/v3/certificates/get?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
{
"Id": 1,
"Name": "sample string 2",
"Created": "2026-05-13T03:44:28"
}
| Name | Type | Description |
|---|---|---|
| Id | Integer | No documentation available. |
| Name | String | No documentation available. |
| Created | DateTime | No documentation available. |