List SSL
Method | URL |
---|---|
GET | https://cloud.medianova.com/api/v1/ssl/{{organization_uuid}} |
Response
CODE
{
"status": true,
"data": [
{
"uuid": "string",
"organization_uuid": "string",
"ssl_name": "string",
"expire_date": "2023-07-10T12:05:14.548Z",
"common_name": "string",
"created_at": "2023-07-10T12:05:14.548Z"
}
],
"paginate": [
{
"current_page": 0,
"per_page": 0,
"total": 0,
"last_page": 0
}
]
}