v1

latestOpenAPI 3.0.1License2026-07-17236107.1 KB
developers

UMA RP Get RPT

UMA RP Get RPT

post/uma-rp-get-rpt

Headers

Authorizationstring
AuthorizationOxdIdstring

Request body

oxd_idstring required
ticketstring required
claim_tokenstring
claim_token_formatstring
pctstring
rptstring
scopestring[]
statestring
paramsobject

Example request

{
  "oxd_id": "bcad760f-91ba-46e1-a020-05e4281d91b6",
  "scope": [
    "openid"
  ]
}

Response

OK

pctstring required
updatedboolean required
access_tokenstring required
token_typestring required

Example response

{
  "access_token": "b75434ff-f465-4b70-92e4-b7ba6b6c58f2",
  "token_type": "bearer"
}