cURL
curl --request GET \ --url https://api.example.com/v1/external-apis \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "<string>", "name": "<string>", "url": "<string>", "type": "openai_compatible_llm" } ], "next_cursor": "<string>", "has_more": true }
List external API configurations.
Your Beyond Presence API Key.
Maximum number of objects to return.
x <= 50
Cursor for pagination.
Paginated List of External API Configurations
List of objects.
Show child attributes
Unique identifier of the object in the database.
"openai_compatible_llm"
The cursor for the next page of objects.
Whether there are more objects to fetch.