CustomTabs
Number of APIs: 5
-
Creates a custom tab. POST {{baseUrl}}/v2.1/accounts/{{accountId}}/tab_definitions
-
Gets custom tab information. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/tab_definitions/{{customTabId}}
-
[Updates custom tab information.
](https://developers.qodex.ai/plaid-com/docusign-esignature-rest-api-7/customtabs-10/updates-custom-tab-information-8) PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/tab_definitions/{{customTabId}}
-
Gets a list of all account tabs. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/tab_definitions?custom_tab_only={{custom_tab_only}}
-
Deletes custom tab information. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/tab_definitions/{{customTabId}}