Authorization: Bearer ********************
{}
curl --location --request GET 'https://apistream.gotipath.com/v1/certificates' \
--header 'X-Auth-ClientId;' \
--header 'X-Auth-LibraryId;' \
--header 'X-Auth-ApiKey;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"status": 200,
"result": [
{
"id": "512abe35-27af-49f1-a54b-728aa6718e0c",
"customer_id": "b1bef3d5-a2dd-4fec-9bf3-061038ce2c41",
"name": "SohelPro",
"type": "custom",
"issuer": "R3",
"common_name": "cdnsohel.sohel.pro",
"version": "3",
"serial_num": "378750669716858417602344484681177751644293",
"signature_algorithm": "SHA256-RSA",
"status": "active",
"days_remaining": 37,
"lifespan_in_days": 89,
"not_after": "2023-08-26T11:29:48+06:00",
"not_before": "2023-05-28T11:29:49+06:00",
"created_at": "2023-07-06T10:54:16+06:00",
"updated_at": "2023-07-06T10:54:16+06:00"
}
],
"meta": {
"current_page": 1,
"total": 1,
"from": 1,
"to": 1,
"last_page": 1,
"per_page": 25
},
"success": true
}