Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Dropbox Sign API App API

The API App API from Dropbox Sign — 3 operation(s) for api app.

Dropbox Sign API App API is one of 6 APIs that Dropbox Sign publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include API App. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 5 operations across 3 paths. It is described by OpenAPI 3.1.0, at version 3.0.0.

Requests are made against a single base URL, https://api.hellosign.com/v3.

5 operations 3 paths 0 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.0.0
Base URL
https://api.hellosign.com/v3
Authentication
HTTP Basic, OAuth 2.0
Resource Areas
1

Authentication & Security 2

Dropbox Sign API App API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (apiKey). It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 5 scopes. By default, every request must be authenticated.

  • apiKey — Dropbox Sign API key used as Basic auth username with empty password

Paths & Operations 5

Across 3 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

API App 5
POST
/api_app
Create an API app
createApiApp → 200
GET
/api_app/{client_id}
Get an API app
getApiApp 1 param → 200
PUT
/api_app/{client_id}
Update an API app
updateApiApp 1 param → 200
DELETE
/api_app/{client_id}
Delete an API app
deleteApiApp 1 param → 204
GET
/api_app/list
List API apps
listApiApps → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

dropbox-sign-api-app-api-openapi.yml Raw ↑

Other APIs Dropbox Sign publishes across the network.

Dropbox Sign Events and Callbacks API
Dropbox Sign Account API
Dropbox Sign Bulk Send Job API
Dropbox Sign Embedded API
Dropbox Sign Fax API