Certificates

List uploaded certificates for this organization.

get/organization/certificates

Query parameters

limitinteger

A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20.

afterstring

A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list.

order'asc' | 'desc'

Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.

Response

Certificates listed successfully.

first_idstring nullable required
last_idstring nullable required
has_moreboolean required
object'list' required

Example response

{
  "first_id": "cert_abc",
  "last_id": "cert_abc"
}

Changes

Changed in 3 of the 82 revisions of this API.318

    • added the non-success response with the status 429

      response-non-success-status-added

  • 74cbcf73838f316See the full diff
    • response property data/items/name list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property first_id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property last_id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • removed the optional property data/items/certificate_details/content from the response with the 200 status

      response-optional-property-removed

    • the endpoint scheme security AdminApiKeyAuth was added to the API

      api-security-added

    • the response property data/items/active became required for the status 200

      response-property-became-required

    • the response property first_id became required for the status 200

      response-property-became-required

    • the response property last_id became required for the status 200

      response-property-became-required

    • removed the certificate enum value from the data/items/object response property for the response status 200

      response-property-enum-value-removed

    • removed the organization.project.certificate enum value from the data/items/object response property for the response status 200

      response-property-enum-value-removed

    This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog