cURL
curl --request GET \ --url https://api.example.com/v1/external-apis/{id} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "name": "<string>", "url": "<string>", "type": "openai_compatible_llm" }
Retrieve external API configuration.
Your Beyond Presence API Key.
External API configuration ID.
Requested External API Configuration
Response body for an OpenAI-compatible LLM API configuration.
Unique identifier of the object in the database.
"openai_compatible_llm"