- Introduction
- Authentication
- Integrations
- Webhooks
- Guides
- Requests
- Create RequestPOST
- List RequestsGET
- Get RequestGET
- Delete RequestDELETE
- Update RequestPATCH
- Verify RequestPOST
- Close RequestPOST
- Duplicate RequestPOST
- Reject Request (Request Changes)POST
- Send Request ReminderPOST
- List Request RemindersGET
- Get Request Activity LogGET
- List Organization RequestsGET
- Update RequestPATCH
- Delete RequestDELETE
- Request Items
- Templates
- Webhooks
- Files
- Request Attachments
- File Sharing
- E-Signature / Document Forms
- Users
- Cloud Storage
- Branding
- Confirmation Page
- Organization
- RequestItems
- Documents
Get Organization Settings
GET
/organizations/{id}/settings
Request
Path Params
id
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/organizations//settings'
Responses
🟢200Success
application/json
Body
id
string
required
branding
object (OrganizationBranding)
optional
colors
object
optional
logoUrl
string
optional
logoWidth
integer
optional
defaultStorageProvider
enum<string>
optional
Allowed values:
GOOGLE_DRIVEPIGEON
sharedDashboard
boolean
optional
sharedContacts
boolean
optional
convertImagesToPdf
boolean
optional
dueDateGracePeriod
integer
optional
defaultVDSPeriod
integer
optional
maxVDSPeriod
integer
optional
defaultSendMethod
enum<string>
optional
Allowed values:
DEFAULTEMAILSMSBOTHMULTIPLE
defaultAuthMethod
object (AuthenticationMethod)
optional
type
enum<string>
required
Allowed values:
EMAIL_ACCESS_CODESMS_ACCESS_CODESECURITY_QUESTION
questionText
string
optional
questionAnswer
string
optional
disallowedFileExtensions
array[string]
optional
displaySignatureConfirmationPage
boolean
optional
sendEmailsFromUserAddress
boolean
optional
Default:
false
Example
{
"id": "et eiusmod tempor dolore Excepteur",
"branding": {
"colors": {
"primary": "#00000",
"secondary": "#ffffff"
},
"logoUrl": "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgYmFzZVByb2ZpbGU9ImZ1bGwiIHdpZHRoPSIyNDEiIGhlaWdodD0iMzcyNyI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0iIzBmY2VmZCIvPjx0ZXh0IHg9IjEyMC41IiB5PSIxODYzLjUiIGZvbnQtc2l6ZT0iMjAiIGFsaWdubWVudC1iYXNlbGluZT0ibWlkZGxlIiB0ZXh0LWFuY2hvcj0ibWlkZGxlIiBmaWxsPSJ3aGl0ZSI+MjQxeDM3Mjc8L3RleHQ+PC9zdmc+"
},
"defaultStorageProvider": "GOOGLE_DRIVE",
"sharedDashboard": false,
"sharedContacts": false,
"convertImagesToPdf": false,
"dueDateGracePeriod": -33827318,
"defaultVDSPeriod": 68913665,
"maxVDSPeriod": -28423671,
"defaultSendMethod": "EMAIL",
"defaultAuthMethod": {
"type": "SMS_ACCESS_CODE",
"questionText": "eu laborum sit",
"questionAnswer": "occaecat enim"
},
"disallowedFileExtensions": [
"enim irure eu",
"magna pariatur sed adipisicing anim",
"adipisicing veniam culpa"
],
"displayPostSignatureConfirmation": false
}
🟠404Record Not Found
Modified at 2024-10-29 16:12:15