GET
/
v1
/
external-apis
{
  "data": [
    {
      "id": "01234567-89ab-cdef-0123-456789abcdef",
      "type": "openai_compatible_llm",
      "name": "<string>",
      "url": "<string>"
    }
  ],
  "has_more": true,
  "next_cursor": "<string>"
}

Authorizations

x-api-key
string
header
required

Your Beyond Presence API Key.

Query Parameters

limit
integer
default:100

Maximum number of objects to return.

Required range: 0 < x <= 1000
cursor
string | null

Cursor for pagination.

Response

Paginated List of External API Configurations

The response is of type object.