Quatrix APIs v1.0
Space shortcuts
Quatrix APIs v1.0 QA1

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This API call returns site settings information.

Resource URL

/api/1.0/site-settings

Resource Information

 

Response formatsJSON
Response code200
Requires authentication?Yes
HTTP MethodGET

Example Request URL

Example Result

Code Block
languagejs
{
    "share_folder_id": <uuid>,
    "title	": <string>,
	"bcc": [<string>, ...],
    "email_footer": <string>,
    "modified": <timestamp>,
	"language": <string>,
	"pgp_enabled": <bool>
}

 

 

 

 

Quatrix APIs v1.0 QA1