---
title: "Retrieve a terms of service link"
method: GET
path: "/v2/tos-link/{signedAgreementId}"
tags: ["User"]
---

# Retrieve a terms of service link

`GET /v2/tos-link/{signedAgreementId}`

Retrieve the status of a terms of service link

## Path parameters

- `signedAgreementId` string, required

## Response `200`

Success

- ToSLinkRecordStatusObject
  - `id` string, uuid — signed agreement id
  - `createdAt` string, date-time — Timestamp when the ToS link was created
  - `expiredAt` string, date-time — Timestamp when the ToS link will expire
  - `signed` boolean — Whether the ToS has been signed
  - `sessionToken` string, string — Session token for the ToS signing session

## Other responses

- `401` — Unauthorized
- `404` — Resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/hifi/apis/hifi-api.md) · [All operations](https://skmtc.net/hifi/apis/hifi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hifi/hifi-api/revisions/15a39c342fd1/schema)
