Dropbox Sign/teamInvites

Preview only · details below

Dropbox SignDropbox Sign eSignature API

GET/team/invites

List Team Invites

Provides a list of team invites (and their roles).

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
teamInvites
Server
https://api.hellosign.com/v3
Authentication
api_key, oauth2

Request parameters

email_address

querystring

The email address for which to display the team invites.

developer@example.com

Responses

200

TeamInvitesResponseapplication/json

successful operation

Properties: team_inviteswarnings

4XX

ErrorResponseapplication/json

failed_operation

Properties: error

{
  "team_invites": [
    {
      "email_address": "developer@example.com",
      "team_id": "example-team-id",
      "sent_at": 0,
      "redeemed_at": 0,
      "expires_at": 0
    }
  ],
  "warnings": [
    {
      "warning_name": "Example Name"
    }
  ]
}