Skip to main content

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

Setups in module retrieved successfully

Schema
    setupIds string[]
Loading...