provider Certificates GET /organization/certificates/{certificate_id}
@utdk/openai /organization/certificates/{certificate_id}
Get a certificate that has been uploaded to the organization. You can get a certificate regardless of whether it is active or not.
cert_id path required
Unique ID of the certificate to retrieve.
string
include query
A list of additional fields to include in the response. Currently the only supported value is `content` to fetch the PEM content of the certificate.
array

Try it

Authentication
Configure credentials for OpenAI API
getcertificate
GET/organization/certificates/{certificate_id}

Parameters

required

Unique ID of the certificate to retrieve.

A list of additional fields to include in the response. Currently the only supported value is `content` to fetch the PEM content of the certificate.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import openai from '@utdk/openai';

await openai.getcertificate()