Skip to main content
GET
List API clients
Lists active client apps for the organization. Secrets are never returned.

Authorizations

x-siro-auth-token
string
header
default:<access-token>
required

Access token from POST https://auth.siro.ai/oauth2/token (client_credentials), or a Siro OAuth access token. Send x-siro-auth-token: <access-token>.

Path Parameters

organizationId
string
required

The organization this client belongs to.

Response

List API clients

data
object[]
required
cursor
pageSize
number
limit
number
total
number | null
hasNextPage
boolean