Skip to main content
POST
Search

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Authorization
string
header
required

This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.

Body

application/json

SSOApplicationServiceSearchRequest searches SSO applications with filters.

appIds
string[] | null

Optional filter by applications in your catalog. Empty matches any application.

pageSize
integer<int32>

Maximum number of results to return per page.

pageToken
string

Pagination token from a previous response.

query
string

Optional text query matched against display_name and description.

Response

200 - application/json

SSOApplicationServiceSearchResponse returns matching SSO applications.

SSOApplicationServiceSearchResponse returns matching SSO applications.

list
Sso Application · object[] | null

Matching SSO applications.

nextPageToken
string

Token for the next page.