Get Service Agreements
Business applications can use this service API to get terms of services and privacy policy that are configured in SigningHub Admin console.
|
https://api.signinghub.com/v3/terms |
||
|
HTTP Verb |
GET |
|
| Content-Type | application/json | |
|
Accept |
application/json |
|
|
Status Code |
Message |
Response Body |
|
200 |
OK |
{ "version_number": 6, "name": "Terms name", "description": "Terms Description", "terms_of_service": "terms and conditions content", "privacy_policy": "Privacy Policy content"}
|
| 400 | Bad Request |
{ "Message": "Terms and Conditions not found"} |
|
500 |
Internal Server Error |
{ "Message": "An internal server error occurred while processing the request"}
|
| Item Details |
|
| Names |
Description |
| Response Parameters |
|
| version_number | Incremental version number of the agreements to check if active agreements are latest or already agreed by the user. |
| name | Name of the active terms and condition |
| description | Description of the terms and condition |
| terms_and_conditions | Current active terms and conditions in html format |
| privacy_policy | Current active Privacy Policy in html format |
| Message | The service specific error message returned by the API. This message provides useful information about why the service has returned an error response. |