Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 970 Bytes

ApiAppCreateRequest.md

File metadata and controls

16 lines (12 loc) · 970 Bytes

HelloSign.Model.ApiAppCreateRequest

Properties

Name Type Description Notes
Domains List<string> The domain names the ApiApp will be associated with.
Name string The name you want to assign to the ApiApp.
CallbackUrl string The URL at which the ApiApp should receive event callbacks. [optional]
CustomLogoFile System.IO.Stream An image file to use as a custom logo in embedded contexts. (Only applies to some API plans) [optional]
Oauth SubOAuth [optional]
Options SubOptions [optional]
WhiteLabelingOptions SubWhiteLabelingOptions [optional]

[Back to Model list] [Back to API list] [Back to README]