Gotipath Docs
Stream
  • Documention
  • API Reference
CDN
  • Documention
  • API Reference
Stream
  • Documention
  • API Reference
CDN
  • Documention
  • API Reference
  1. SSL Certificates
  • Distribution
    • Delete CDN Distribution
      DELETE
    • Create CDN Distribution
      POST
    • Update CDN Distribution
      PUT
    • Get All CDN Distributions
      GET
    • Get Distribution
      GET
    • Distribution Verify
      POST
  • Headers
    • Response headers
      POST
    • Create Headers
      POST
    • Request Headers
      POST
    • List
      GET
  • origin
    • Get All Origins
      GET
    • Create Origins
      POST
    • Origin Batch update
      POST
    • Update Origins
      PUT
    • Delete Origins
      DELETE
  • SSL Certificates
    • Attach Certificate to Distribution
      PUT
    • Delete Certificate
      DELETE
    • Get All Certificates
      GET
    • Create Certificate
      POST
    • Revoke Certificate from Distribution
      DELETE
  • Let's Encrypt
    • Let's Encrypt Certificate
      POST
    • Request Let's Encrypt Certificate for Distribution
      POST
  • Cache Controls
    • Create Cache Control
      POST
    • Update Cache Control
      PUT
    • Delete Cache Rules
      DELETE
    • Get Cache Control
      GET
    • Get All Cache Conrols
      GET
  • Access Controls
    • Create Access Control
    • Update Access Control
    • Delete Access Control
    • Token Reset
    • Get All Access Controls
    • Details
  • Prefetch
    • Create Prefetch
  • Purge
    • Purge
  • usages
    • Volume usage
    • Volume usage Copy
  • Traffic Usage
    • Get Bandwidth Usage
    • Get Volume Usage
    • Get Request Number Usage
  1. SSL Certificates

Get All Certificates

GET
https://apistream.gotipath.com/v1/certificates
cdn
Last modified:2023-09-19 14:46:20
Maintainer:Not configured
Get all certificates list.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
common_name
string 
optional
Example:
cdn.gotipath.com
Header Params
X-Auth-ClientId
string 
required
Default:
ebe8bac0-eaef-4548-8b59-96c9ec38a22b
X-Auth-LibraryId
string 
required
Default:
89898172-d32b-49f8-a94a-bdf0c6ca1bd9
X-Auth-ApiKey
string 
required
Default:
pEBPYVUNMbP7uDsb0W2h3oTjpEqr32fFh/3TNUhvFcJt7/J/hyV+5LctVWONgzaw+w+PpQ
Body Params application/json
object {0}
Example
{}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
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 '{}'

Responses

🟢200OK
application/json
Body
object {0}
Example
{
    "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
}
Modified at 2023-09-19 14:46:20
Previous
Delete Certificate
Next
Create Certificate
Built with