v1

latestOpenAPI 3.0.1License2026-07-17236107.1 KB
developers

UMA RS Protect Resources

UMA RS Protect Resources. It's important to have a single HTTP method, mentioned only once within a given path in JSON, otherwise, the operation will fail.

post/uma-rs-protect

Headers

Authorizationstring
AuthorizationOxdIdstring

Request body

oxd_idstring required
overwriteboolean required

Example request

{
  "oxd_id": "bcad760f-91ba-46e1-a020-05e4281d91b6",
  "resources": [
    {
      "exp": 1545709072,
      "iat": 1535709072
    }
  ]
}

Response

OK

oxd_idstring required

Example response

{
  "oxd_id": "bcad760f-91ba-46e1-a020-05e4281d91b6"
}