Skip to main content
GET
List Clients

Authorizations

Authorization
string
header
required

Oviond API key (prefix oviond_) sent as a Bearer token — the credential for REST/programmatic and headless integrations. Manage keys in Settings → API Keys. API keys do NOT authenticate the MCP endpoint (/mcp), which uses OAuth 2.1 + PKCE.

Query Parameters

page
integer | null
default:0
Required range: x >= 0
Example:

0

limit
integer
default:20
Required range: 1 <= x <= 100
Example:

20

Example:

"acme"

folder_id
string
Example:

"folderXyz"

sort_by
enum<string>
default:updated_at
Available options:
name,
created_at,
updated_at,
website
Example:

"updated_at"

order
enum<string>
default:desc
Available options:
asc,
desc
Example:

"desc"

Response

200 - application/json

Paginated client list

success
enum<boolean>
required
Available options:
true
data
object[]
required
meta
object
required