İçeriğe geç
Sonuç bulunamadı.

Bu sayfanın Türkçe çevirisi henüz tamamlanmadı, bu yüzden İngilizce dilinde görüntülemektisiniz.

List Clients

Scopes
read:client

Query Parameters

fields
string | array<string>

Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.

Examples: "id,created_at" 

limit
integer
min-1
max
500

Limit the number of results returned

Examples: 5 

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 | array<string>

Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.

Examples: "id.asc,created_at.desc" "email.asc" 

GET
/clients
cURL
cURLC#DartGoJavaJavaScriptPHPPythonRubyRustSwift
1
2
3
Loading...
Response
200
Paginated list of clients
Loading...

Response Body Schema

total
integer
Zorunlu
results
array<object>
results.
client_id
string
Zorunlu
length
0-256

Unique client identifier.

results.
client_name
string
Zorunlu
length
1-64

Client name for displaying purposes.

results.
client_secret
string
Zorunlu
length
0-256

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
length
1-256

Additional description for the client

results.
first_party
boolean

Is client first party

Varsayılan Değer: true

results.
logo_uri
string
length
1-1024
results.
oidc_conformant
boolean
results.
advanced
object
Zorunlu
results.advanced.
pkce_required
boolean

Varsayılan Değer: true

results.advanced.
devices
object
results.advanced.devices.
android
object
results.advanced.devices.android.
package_name
string
length
0-256
results.advanced.devices.android.
sha256_cert_fingerprints
array<string>
results.advanced.devices.
ios
object
results.advanced.devices.ios.
bundle_identifier
string
length
0-256
results.advanced.devices.ios.
team_id
string
length
0-256
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
integer
min60

Validity time in seconds

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