List All Clients

Scopes
read:client

Query Parameters

limit
integer
min-1
max
500

Limit the number of results returned

offset
integer
min0
max
99999999999999

Page number of records you wish to skip before selecting records. Final skipped records count would be limit * offset.

q
string

Additional query in PlusAuth Query Language format.

sort_by
string

Properties that should be ordered by with their order type. To define order append it to the field with dot. For example: sort_by=email.asc or sort_by=email.desc

GET
/clients
1
2
3
Loading...
Response:
200
Loading...

Response Body Schema

results
array<object>
results.
client_id
string
Zorunlu

Unique client identifier.

results.
client_name
string
Zorunlu

Client name for displaying purposes.

results.
client_secret
string
Zorunlu

Unique client identifier.

results.
grant_types
array<string>
Zorunlu
results.
logout_uris
array<string>
Zorunlu
results.
redirect_uris
array<string>
Zorunlu
results.
response_types
array<string>
Zorunlu
results.
token_endpoint_auth_method
string
Zorunlu
results.
type
string
Zorunlu

Mevcut Değerler: webserver-to-serversingle-page-applicationfinancialnative

results.
description
string

Additional description for the client

results.
first_party
boolean

Is client first party

Varsayılan Değer: true

results.
logo_uri
string
results.
oidc_conformant
boolean
results.
advanced
object
Zorunlu
results.advanced.
pkce_required
boolean

Varsayılan Değer: true

results.
connectors
object
Zorunlu
results.connectors.
saml
object
results.connectors.saml.
consumer_service
string
Zorunlu

Your SAML SP's assertion consumer endpoint.

results.connectors.saml.
entity_id
string
Zorunlu
results.connectors.saml.
request_binding
string
Zorunlu

Mevcut Değerler: HTTP-POSTHTTP-Redirect

results.connectors.saml.
enabled
boolean
results.connectors.saml.
metadata_url
string

Your SAML SP's metadata URL.

results.connectors.saml.
relay_state
string

Application specific resource in an IDP initiated Single Sign-On scenario. In most instances this is blank.

results.connectors.saml.
sign_assertions
boolean
results.connectors.saml.
sign_out_enabled
boolean
results.connectors.saml.
sign_out_url
string
results.connectors.saml.
signature_algorithm
string

Mevcut Değerler: sha512sha256sha1

results.connectors.saml.
signed_requests
boolean
results.connectors.saml.
signing_certificate
string
results.connectors.saml.
mappings
object
Zorunlu
results.connectors.
wsfed
object
results.connectors.wsfed.
callback_url
string
Zorunlu

Your WS Fed application's callback uri.

results.connectors.wsfed.
realm
string
Zorunlu

Application identifier (wtrealm parameter)

results.connectors.wsfed.
audiences
array<string>
results.connectors.wsfed.
enabled
boolean
results.connectors.wsfed.
validity
number
min60

Validity time in seconds

results.
extra_metadata
object
Zorunlu
results.
jwks
object
results.jwks.
keys
array<object>
Zorunlu
total
integer