/
/Stable API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
Companies5
  • getList all companies
  • postCreate a company
  • postDeactivate a company
  • getRetrieve a company
  • patchUpdate a company
Locations10
  • getRetrieve all locations
  • postCreate a location
  • getRetrieve a location's signature packet
  • postCreate a location's signature packet
  • deleteDelete a location's signature packet
  • postDeactivate a location
  • getRetrieve a location
  • postOnboard a location
  • postOnboard a location - Prefill
  • postGenerate signed upload URLs for onboarding documents
Mail Items2
  • getRetrieve a mail item
  • getList all mail items
Tags5
  • getLists all tags
  • postCreate tags
  • deleteDelete tags
  • postAssign or remove tags on mail items
  • putUpdate a tag
Teams5
  • getList all teams
  • postCreate teams
  • deleteDelete teams
  • putRename a team
  • postAssign or remove teams on mail items
    Companies

    List all companies

    Returns a list of companies associated with your account.

    get/v1/companies

    Query parameters

    idstring
    firststring
    afterstring
    laststring
    beforestring

    Headers

    x-api-keystring required

    Response

    Success

    totalCountnumber required

    Example response

    {
      "edges": [
        {
          "node": {
            "formationDate": "2024-01-15"
          }
        }
      ]
    }

    Changes