Create API App
Creates a new API App.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <username:password>.
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
domains
The domain names the ApiApp will be associated with.
name
The name you want to assign to the ApiApp.
callback_url
The URL at which the ApiApp should receive event callbacks.
custom_logo_file
An image file to use as a custom logo in embedded contexts. (Only applies to some API plans)
oauth
OAuth related parameters.
options
Additional options supported by API App.
white_labeling_options
An array of elements and values serialized to a string, to be used to customize the app's signer page. (Only applies to some API plans)
Take a look at our [white labeling guide](https://developers.hellosign.com/api/reference/premium-branding/) to learn more.
Response headers
X-RateLimit-Limit
The maximum number of requests per hour that you can make.
X-RateLimit-Remaining
The number of requests remaining in the current rate limit window.
X-Ratelimit-Reset
The Unix time at which the rate limit will reset to its maximum.
Response
successful operation
api_app
Contains information about an API App.
warnings
A list of warnings.