Home > API Reference > Get Service Agreements

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.

For details how to configure this content in SigningHub follow this link.  Note the content applies across the system.

A successful response is only possible if the content is set of course.

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"
}


Explanation of parameters used in the response:

 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.

 




See also
Authentication
OTP Login Authentication
Kerberos Authentication
Revoke Refresh Tokens
Single Sign On Authentication
Get Public Authentication Profiles
Pre Login Authentication
Logout
SigningHub Admin APIs
Enterprise Management
Document Package
Document Workflow
Document Preparation
Document Processing
Account Management
Personal Settings
Appendix
Get SigningHub Admin Branding
Get SH Admin Branding Logo
Get SH Admin Branding Favicon
System Settings
Publish Workflow Completion Report
Get Profile Picture of Recipient
Get Enterprise Branding Logo
Get Enterprise Branding Favicon
OTP Verification