Accept an agreement

This endpoint records the acceptance of an agreement by an Organization

POST /agreements/:agreementId/accept

Permissions Required

  • Agreements:Acceptance:Create

Path Parameters

Path parameter
Description

agreementId*

The agreement ID that is being accepted by the organization

Response

{
    "agreementId": "88adc4fb-2e98-4679-9a10-cb1b8d44c1ac",
    "userId": "us-48r5q-eshfg-9pmr2lo6bmpr4i4i",
    "dateAccepted": "2025-09-11T13:47:43.191Z"
}

Last updated