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"
}

Changes

Changed in 3 of the 50 revisions of this API.516

    • added the new optional header request parameter AuthorizationOxdId

      new-optional-request-parameter

    • added optional request body

      request-body-added-optional

    • added the media type application/json for the response with the status 200

      response-media-type-added

    • added the media type application/json for the response with the status 400

      response-media-type-added

    • added the media type application/json for the response with the status 403

      response-media-type-added

    • added the media type application/json for the response with the status 500

      response-media-type-added

  • c28eaefdb28551See the full diff
    • removed the request body

      request-body-removed

    • removed the media type application/json for the response with the status 200

      response-media-type-removed

    • removed the media type application/json for the response with the status 400

      response-media-type-removed

    • removed the media type application/json for the response with the status 403

      response-media-type-removed

    • removed the media type application/json for the response with the status 500

      response-media-type-removed

    • deleted the header request parameter AuthorizationOxdId

      request-parameter-removed

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog