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

Authorizations

x-api-key
string
header
required

Your Beyond Presence API Key.

Query Parameters

limit
integer
default:100

The maximum number of external API configurations to return

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

Cursor for pagination

Response

200
application/json

Successful Response

Pagination model indicating more results are available.