Create Resource Server
POST {{aws_cognito_identity_provider_base_url}}/?Action=CreateResourceServer
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | A unique resource server identifier for the resource server. This could be an HTTPS endpoint where the resource server is located. For example, https://my-weather-api.example.com. |
Request Body
{"Identifier"=>"string", "Name"=>"string", "Scopes"=>[{"ScopeDescription"=>"string", "ScopeName"=>"string"}], "UserPoolId"=>"string"}