Skip to main content
GET
/
openai
/
creds
/
{instance}
Find OpenAI Creds
curl --request GET \
  --url https://{server-url}/openai/creds/{instance} \
  --header 'apikey: <api-key>'
This response has no body data.

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Name of the instance

Response

200 - undefined