List application launchers.
GET
/api/admin/launchers
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/admin/launchers \ --header 'Authorization: Bearer <token>'Lists every launcher definition for the current tenant, including disabled entries and audience rules.
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Tenant launcher definitions.
Media type application/json
object
launchers
required
Array
object
application_type
required
string
application_id
required
Referenced OIDC client or SAML service-provider identifier. Must be null when application_type is standalone.
string | null
name
required
string
description
required
string | null
category
required
string | null
launch_type
required
string
launch_url
required
string | null format: uri
deep_link_url
required
Optional target forwarded as target_link_uri for OIDC third-party initiated login or as RelayState for SAML IdP-initiated login. For SAML SP-initiated launch, include any application-specific destination in launch_url instead; this field must be null.
string | null format: uri
open_in_new_tab
required
boolean
icon_type
required
string
icon_value
required
string
icon_color
required
string
background_color
required
string
grid_width
required
integer
sort_order
required
integer
enabled
required
boolean
allow_favorite
required
boolean
visibility
required
object
mode
required
string
attribute_match
required
string
user_ids
required
Array<string>
group_ids
required
Array<string>
attribute_rules
required
Array<object>
object
id
required
string
attribute_key
required
string
operator
required
string
attribute_value
required
string | null
key
additional properties
key
additional properties
id
required
string
created_at
required
integer format: int64
updated_at
required
integer format: int64
Example
{ "launchers": [ { "application_type": "standalone", "launch_type": "bookmark", "icon_type": "phosphor", "visibility": { "mode": "everyone", "attribute_match": "all", "attribute_rules": [ { "operator": "equals" } ] } } ]}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}