Company logoTrust Center Documentation
API v1 ReferenceCustom tabsNew

List custom tab resources

Retrieve the documents, knowledge base entries and subprocessors that a custom tab can reference, for populating the tab editor before anything is created.

GET
/api/v1/custom-tabs/new

Retrieve the documents, knowledge base entries and subprocessors that a custom tab can reference, for populating the tab editor before anything is created.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/custom-tabs/new"
{  "resources": {    "documents": [      {}    ],    "knowledgeBase": [      {}    ],    "subprocessors": [      {}    ]  }}

How is this guide?