Skip to main content
GET
/
certificates
Get List Certificates
curl --request GET \
  --url https://api.tenbyte.io/v1/cdn/certificates \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
string
limit
string
filter[name][eq]
string
filter[created_at][eq]
string
filter[common_name]
string
filter[valid_to]
string
filter[status]
string

Response

200 - application/json

The response is of type object.