CustomTabs

Number of APIs: 5

  1. Gets a list of all account tabs. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/tab_definitions?custom_tab_only={{custom_tab_only}}

  2. Creates a custom tab. POST {{baseUrl}}/v2.1/accounts/{{accountId}}/tab_definitions

  3. Gets custom tab information. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/tab_definitions/{{customTabId}}

  4. [Updates custom tab information.

](https://developers.qodex.ai/brewing-postman-flows/docusign-esignature-rest-api-1/customtabs-1/updates-custom-tab-information--1) PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/tab_definitions/{{customTabId}}

  1. Deletes custom tab information. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/tab_definitions/{{customTabId}}