Return all setups of a module
GET/v2/modules/:module/setups
Lists all OAuth setups that belong to the specified module. The response contains a list of setup identifiers, which can be used to retrieve individual setup details. Optionally pass query parameters to filter the results.
Request
Path Parameters
module stringrequired
Responses
- 200
- 400
Setups in module retrieved successfully
- application/json
- Schema
- Example (from schema)
Schema
setupIds string[]
{
"setupIds": [
"string"
]
}
The request contains invalid or malformed query parameters
Loading...