Adobe Acrobat Sign website screenshot

Adobe Acrobat Sign

Adobe Acrobat Sign (formerly Adobe Sign and EchoSign) is a cloud-based electronic signature and digital document workflow service that lets organizations send, sign, track, and manage legally binding agreements. The Acrobat Sign REST API v6 provides programmatic access to agreements, templates, transient documents, workflows, users, groups, and webhooks using OAuth 2.0 authentication against a region-specific API access point.

1 APIs 0 Features
Electronic SignatureE-SignatureDocument WorkflowDigital SignatureAdobeAgreements

APIs

Adobe Acrobat Sign REST API

REST API v6 for Adobe Acrobat Sign covering agreements, library templates, transient documents, workflows, megaSigns, widgets, users, groups, webhooks, and reports. Clients must...

Collections

GraphQL

Adobe Sign (Acrobat Sign) GraphQL Schema

This directory contains a conceptual GraphQL schema for the Adobe Acrobat Sign REST API v6. Adobe Acrobat Sign (formerly Adobe Sign and EchoSign) is a cloud-based electronic sig...

GRAPHQL

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
Website
Website
🔗
Documentation
Documentation
🌐
DeveloperPortal
DeveloperPortal
📝
Signup
Signup
💰
Pricing
Pricing
🔗
Login
Login
💬
Support
Support
💬
FAQ
FAQ

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Adobe Acrobat Sign REST API
  version: '6'
request:
  auth:
    type: oauth2
    flow: authorization_code
    authorizationUrl: https://secure.adobesign.com/public/oauth/v2
    accessTokenUrl: https://secure.adobesign.com/oauth/v2/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Base URIs
    type: folder
  items:
  - info:
      name: Discover the correct regional api_access_point for the authenticated account
      type: http
    http:
      method: GET
      url: https://api.{shard}.adobesign.com/api/rest/v6/baseUris
    docs: Discover the correct regional api_access_point for the authenticated account
  - info:
      name: Exchange an OAuth 2.0 authorization code for an access token and refresh token
      type: http
    http:
      method: POST
      url: https://api.{shard}.adobesign.com/api/rest/v6/oauth/v2/token
    docs: Hosted at the regional OAuth endpoint (for example https://secure.adobesign.com/oauth/v2/token). The authorization
      code is valid for 5 minutes; the returned access token expires in roughly 3600 seconds and the response includes the
      api_access_point to use for subsequent REST calls.
bundled: true