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
- 200
- 400
Client identifiers found for the setup
- application/json
- Schema
- Example (from schema)
Schema
clientIds string[]
{
"clientIds": [
"string"
]
}
The request contains invalid or malformed query parameters
Loading...