List uploaded certificates for this organization.
Query parameters
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20.
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.
Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.
Response
Certificates listed successfully.
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
429response-non-success-status-added
- ○
- ▲
response property
data/items/namelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
first_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
last_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ●
removed the optional property
data/items/certificate_details/contentfrom the response with the200statusresponse-optional-property-removed
- ○
the endpoint scheme security
AdminApiKeyAuthwas added to the APIapi-security-added
- ○
the response property
data/items/activebecame required for the status200response-property-became-required
- ○
the response property
first_idbecame required for the status200response-property-became-required
- ○
the response property
last_idbecame required for the status200response-property-became-required
- ○
removed the
certificateenum value from thedata/items/objectresponse property for the response status200response-property-enum-value-removed
- ○
removed the
organization.project.certificateenum value from thedata/items/objectresponse property for the response status200response-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
- ○