Skip to content

Agreement Detail

Returns the latest visible detail for a specific agreement family.

Method and path

  • Method: GET
  • Path: /agreements/{agreementName}
  • Auth: not required

Path parameters

  • agreementName: agreement family name such as auth-email

Response

  • 200 OK: agreement detail object
  • 404 Not Found: agreement does not exist
  • 500 Internal Server Error

Key fields:

  • id
  • name
  • version
  • description
  • originalContent
  • tags
  • versions
  • comments

Example

curl https://api.openasa.com/agreements/auth-email