---
title: "Get a sharing request"
method: GET
path: "/v1/applications/{applicationId}/sharing-request/{sharingRequestId}"
tags: ["Sharing Requests"]
---

# Get a sharing request

`GET /v1/applications/{applicationId}/sharing-request/{sharingRequestId}`

## Path parameters

- `applicationId` string, required
- `sharingRequestId` string, required

## Response `200`

Success

- SharingRequest — You can invite your applicant to provide financial data for their Application by creating a Sharing Request. Each Sharing Request is associated with a specific Application, and you can create multiple Sharing Requests per Application. Using a Sharing Request, you can send your applicant to an Akahu Apply web page where they will be guided through the process of sharing the requested financial data. Any Resources created by the applicant during this process will automatically be attached to the associated Application.
  - `_id` string, required
  - `link` string, uri, required — A URL to the Akahu Apply applicant sharing portal.
  - `created_at` string, date-time, required — The date that this sharing request was created.
  - `expires_at` string, date-time, required — The date that this sharing request will expire.
  - `last_submitted_at` string, date-time — The date that the applicant last submitted data through this sharing request.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/akahu/apis/akahu-enduring-api.md) · [All operations](https://skmtc.dev/akahu/apis/akahu-enduring-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/akahu/akahu-enduring-api/revisions/b2de9915920d/schema)
