September 30, 2023 4 minutes minutes read Admin

Certificate Download (API Endpoints)

download certs using our API this is powered by nabzclan

Last Updated: 06/23/2024 - 7:48 pm


API Endpoint - V2

API Endpoint - format 1

https://api.cococloud-signing.online/certs/api.php?format=1
  • [
        {
            "last_update": "2024-06-03 01:33:15",
            "title": "Sun Life Everbright Life Insurance Co.,Ltd",
            "added_date": "2024-06-03 01:33:15",
            "cert_id": 184,
            "cert_status": "signed",
            "nabz_view_count": 2233,
            "download_url": "https://nabzclan.vip/resources/sun-life-everbright-life-insurance-co-ltd.184/"
        },
        {
            "last_update": "2024-04-10 13:46:35",
            "title": "Sunshine Insurance Group Co., Ltd.",
            "added_date": "2023-09-14 13:11:32",
            "cert_id": 124,
            "cert_status": "revoked",
            "nabz_view_count": 7807,
            "download_url": "https://nabzclan.vip/resources/sunshine-insurance-group-co-ltd.124/"
        },
    
    ]

API Endpoint - format 2

https://api.cococloud-signing.online/certs/api.php?format=2
  • {

    "signed": [ { "last_update": "2024-06-03 01:33:15", "title": "Sun Life Everbright Life Insurance Co.,Ltd", "added_date": "2024-06-03 01:33:15", "cert_id": 184, "nabz_view_count": 2233, "download_url": "https://nabzclan.vip/resources/sun-life-everbright-life-insurance-co-ltd.184/", "cert_status": "signed" } ], "revoked": [ { "last_update": "2023-08-26 10:15:39", "title": "Guangzhou second bus Co., Ltd.", "added_date": "2023-08-26 10:15:39", "cert_id": 122, "nabz_view_count": 3925, "download_url": "https://nabzclan.vip/resources/guangzhou-second-bus-co-ltd.122/", "cert_status": "revoked" } ] }

API Endpoint - V1

API Endpoint - v1

https://api.cococloud-signing.online/certs/

This endpoint displays all certificates previously uploaded to the signing API if no settings are applied.


Latest Certificate

Retrieve the newest certificates available for download.

https://api.cococloud-signing.online/certs/?latest=true

Certificate Count

Specify the number of certificates to display in the JSON response.

https://api.cococloud-signing.online/certs/?count=

To specify the number, add it at the end of the URL like this: ?count=2