Read One Agreement

GET {{apiPath}}/environments/{{envID}}/agreements/{{agreementID}}

To get information about a single terms of service agreement, use the GET /environments/{{envID}}/agreement/{{agreementID}} endpoint to return data only for the agreement resource with the specified ID.

RESPONSES

status: OK

{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/agreements/43eb5621-eae8-4fa1-aafb-2a884d6848cb"},"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"id":"43eb5621-eae8-4fa1-aafb-2a884d6848cb","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"Agreement_1","description":"Terms of service agreement description","reconsentPeriodDays":180}