Skip to content

Get all clients

Request

Retrieves a list of clients for the app. To authorize a request, use an access token for the relevant application.

Required permissions: apps:read, [appId]:read.

Security
ClientAccessToken
curl -i -X GET \
  https://api.sbx.transmitsecurity.io/cis/v1/clients \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Bodyapplication/json
Array [
Any of:
]
Response
[ { "app_id": "string", "tenant_id": "string", "client_id": "string", "client_secret": "string", "name": "string", "description": "string", "resources": [], "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "authentication_protocol": "oidc", "client_group_id": "string", "default_custom_claims": [], "default_user_info_claims": [], "sync_id_token_claims_to_userinfo": false, "short_cookies_samesite_type": "lax", "redirect_uris": [], "client_type": "web", "response_types": [], "token_endpoint_auth_method": "client_secret_basic", "pkce": "enforcePkceInsteadOfClientCredentials", "device_authorization": {}, "ciba_authorization": {}, "supported_prompts": [], "authentication_configuration": {}, "token_expiration": {}, "session_expiration": 0, "enforce_par": true, "fapi_version_compliancy": true, "id_token_encryption": {} } ]