v1

latestOpenAPI 3.0.1License2026-07-17236107.1 KB
developers

UMA RS Check Access

UMA RS Check Access

post/uma-rs-check-access

Headers

Authorizationstring
AuthorizationOxdIdstring

Request body

oxd_idstring required
rptstring required
pathstring required
http_methodstring required
scopesstring[]

Example request

{
  "oxd_id": "bcad760f-91ba-46e1-a020-05e4281d91b6",
  "scopes": [
    "http://photoz.example.com/dev/actions/all",
    "http://photoz.example.com/dev/actions/add"
  ]
}

Response

OK

accessstring required

Possible values are granted, denied

ticketstring required

Example response

{
  "access": "granted"
}