---
title: "Check if org has signed an acceptable Terms Agreement for an app or application"
method: POST
path: "/orgs/{orgId}/termsAgreements/checkSigned"
tags: ["orgs/termsAgreements"]
---

# Check if org has signed an acceptable Terms Agreement for an app or application

`POST /orgs/{orgId}/termsAgreements/checkSigned`

__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-admin:w,o{params.orgId}-admin:r,o{params.orgId}-integrations:w,o{params.orgId}-integrations:r,o:w,o:r,s-o:w,s-o:r,s-o-video:w,s-o-video:r<br/><br/>__Endpoint name__: checkSignedOrgTermsAgreement

## Path parameters

- `orgId` integer, required

## Request body

- object
  - `applicationId` integer
  - `appId` integer

## Response `200`

Successful

- object
  - `data` object
    - `termsAgreement` object, nullable
      - `id` integer, required
      - `termsVersion` object
        - `id` integer, required
        - `name` string, required
        - `isAcceptable` boolean, required
        - `isLatest` boolean, required
        - `fileUrl` string, nullable
        - `fileSha256Sum` string, nullable
        - `fileName` string, nullable
        - `url` string, nullable
      - `ipAddress` string, required
      - `signedAt` string, date, required
    - `latestTermsVersion` object
      - `id` integer, required
      - `name` string, required
      - `isAcceptable` boolean, required
      - `isLatest` boolean, required
      - `fileUrl` string, nullable
      - `fileSha256Sum` string, nullable
      - `fileName` string, nullable
      - `url` string, nullable
  - `meta` object
    - `accessToken` object, nullable
      - `scopeUpdatedAt` string, date
    - `siteSpecificAccess` object, nullable
      - `isSiteSpecific` boolean
      - `siteIds` integer[], nullable
      - `siteIdsByScope` object, nullable
        - `string` integer[], nullable

---

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