List folders in drive
GET
/documents/drives/{domain}/{id}
List the top-level folders/tabs of a drive. A drive is identified by a
domain (e.g. binders) and an id of an object in that domain
(typically a binder id, a 9-character NanoId).
Authorizations
IBinderOAuth2
OAuth 2.0 Client Credentials flow. Obtain a token from the iBinder Identity
Provider, then send it as Authorization: Bearer <token> on every request.
The token endpoint expects grant_type=client_credentials, your client_id,
your client_secret, and scope=ibinder_public.
clientCredentials Flow
Token URL
"https://signin.ibinder.com/connect/token"Scopes:
"ibinder_public"
Parameters
Header Parameters
x-ibinder-tenantid*
Type
Requiredstring
Path Parameters
domain*
Drive domain. Most commonly binders.
Type
Requiredstring
id*
Object identifier within the domain. For binders this is a 9-character NanoId.
Type
Requiredstring
Responses
The request has succeeded.
application/json
JSON { "id": "string", "name": "string", "type": "string", "parentId": "string" }
[
]

