Dropbox Sign/apiAppGet

Preview only · details below

Dropbox SignDropbox Sign eSignature API

GET/api_app/{client_id}

Get API App

Returns an object with information about an API App.

Manage accounts, signature requests, templates, teams, bulk sends, file downloads, fax, and event callbacks through the complete Dropbox Sign v3 API; the Hub provides documentation and a local SDK/CLI only.

Request

operationId
apiAppGet
Server
https://api.hellosign.com/v3
Authentication
api_key, oauth2

Request parameters

client_id

pathstringrequired

The client id of the API App to retrieve.

0dd3b823a682527788c4e40cb7b6f7e9

Responses

200

ApiAppGetResponseapplication/json

successful operation

Properties: api_appwarnings

4XX

ErrorResponseapplication/json

failed_operation

Properties: error

{
  "api_app": {
    "callback_url": "https://example.com/resource",
    "client_id": "example-client-id",
    "created_at": 0,
    "domains": [
      {}
    ],
    "name": "Example Name",
    "is_approved": false,
    "oauth": {
      "callback_url": "https://example.com/resource",
      "scopes": [
        {}
      ],
      "charges_users": false
    },
    "options": {
      "can_insert_everywhere": false
    }
  },
  "warnings": [
    {
      "warning_name": "Example Name"
    }
  ]
}