---
title: "Get a hosted terms of service link for an Organization"
method: GET
path: "/api/organizations/{id}/tos-link"
tags: ["Organizations"]
---

# Get a hosted terms of service link for an Organization

`GET /api/organizations/{id}/tos-link`

The page at the returned URL allows users to review and accept the terms of service for the organization.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful terms of service link response

- object — Hosted terms of service link
  - `tosLink` string, url

## Other responses

- `401` — Unauthorized
- `403` — SignedAgreementRequiredException

---

[API](https://skmtc.net/muralpay/apis/mural-api.md) · [All operations](https://skmtc.net/muralpay/apis/mural-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/muralpay/mural-api/versions/437d277f5948/schema)
