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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import openai from '@utdk/openai';
await openai.getcertificate()