Skip to main content

Return client ids of a setup

GET 

/v2/modules/:module/setups/:setupId/clients

Returns the identifiers of all OAuth clients registered within the specified setup. Supports optional query parameters to filter clients by their attributes. The returned IDs can be used as path parameters in subsequent client operations.

Request

Path Parameters

    module stringrequired
    setupId stringrequired

Responses

Client identifiers found for the setup

Schema
    clientIds string[]
Loading...