---
title: "UMA RP Get Claims Gathering URL"
method: POST
path: "/uma-rp-get-claims-gathering-url"
tags: ["developers"]
---

# UMA RP Get Claims Gathering URL

`POST /uma-rp-get-claims-gathering-url`

UMA RP Get Claims Gathering URL

## Headers

- `Authorization` string
- `AuthorizationOxdId` string

## Request body

- object
  - `oxd_id` string, required
  - `ticket` string, required
  - `state` string
  - `claims_redirect_uri` string, required
  - `custom_parameters` object

## Response `200`

OK

- object
  - `url` string, required
  - `state` string, required

## Other responses

- `400` — Invalid parameters are provided to endpoint.
- `403` — Forbidden. Invalid access token provided in Authorization header.
- `500` — Internal error occured. Please check oxd-server.log file for details (usually located in /var/log/oxd-server/oxd-server.log).

---

[API](https://skmtc.net/gluufederation/apis/oxd-server.md) · [All operations](https://skmtc.net/gluufederation/apis/oxd-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gluufederation/oxd-server/revisions/33ca9e18c54b/schema)
