Create a setup
POST/v2/modules/:module/setups
Creates a new OAuth setup within the specified module. The request body must include all required setup properties such as token lifetimes and supported grant types. Only admin users are allowed to create setups. On success, the response contains the new setup's identifier.
Request
Responses
- 201
- 400
- 403
Setups created successfully
The request body contains invalid or missing setup properties
The caller does not have administrator privileges required to create a setup