This API call returns site settings information.
Resource URL
/api/1.0/settings
Resource Information
| Response formats | JSON |
| Response code | 200 |
| Requires authentication? | Yes |
| HTTP Method | GET |
Example Request URL
Example Result
{
"share_folder_id": <uuid>,
"title ": <string>,
"bcc": [<string>, ...],
"email_footer": <string>,
"modified": <timestamp>,
"language": <string>,
"pgp_enabled": <bool>
}
0 Comments