Create resource server for a setup
POST/v2/modules/:module/setups/:setupId/resource-servers
Registers a new resource server within the specified setup. The request body must include the resource server's identifier and its list of declared OAuth scopes. On success, returns the newly created resource server's identifier.
Request
Responses
- 201
- 400
- 403
- 404
Resource server successfully created
The request body contains invalid or missing resource server properties
The caller does not have administrator privileges required to create a resource server
No setup exists with the specified ID