Qodex.ai
Qodex.ai
Introduction
KDIGI Share
API Access Token-Store apps
Get app_access_tokenGet tenant_access_tokenRe-push app_ticket
API Access Token-Custom apps
Get access_token and refresh_tokenGet app_access_tokenGet tenant_access_token
API Access Token-User ID
Obtain the logged-in user IDRequest user authentication(Browse open)Refresh access_tokenObtain user information
API Access Token
code2session【Used in Gadget scenarios】
Bitable (share)-App
Get App Information
Bitable (share)-Table
List all tablesCreate TableBatch Create TableDelete TableBatch Delete Table
Bitable (share)-view
List viewNew viewDelete view
Bitable (share)-record
List recordsGet recordsCreate a RecordCreate Records CopyUpdate a Record CopyUpdate RecordsDelete a RecordDelete Records
Bitable (share)-Field
List all fieldsCreate FieldUpdate FieldDelete Field
Introduction
KDIGI Share
API Access Token-Store apps
Get app_access_tokenGet tenant_access_tokenRe-push app_ticket
API Access Token-Custom apps
Get access_token and refresh_tokenGet app_access_tokenGet tenant_access_token
API Access Token-User ID
Obtain the logged-in user IDRequest user authentication(Browse open)Refresh access_tokenObtain user information
API Access Token
code2session【Used in Gadget scenarios】
Bitable (share)-App
Get App Information
Bitable (share)-Table
List all tablesCreate TableBatch Create TableDelete TableBatch Delete Table
Bitable (share)-view
List viewNew viewDelete view
Bitable (share)-record
List recordsGet recordsCreate a RecordCreate Records CopyUpdate a Record CopyUpdate RecordsDelete a RecordDelete Records
Bitable (share)-Field
List all fieldsCreate FieldUpdate FieldDelete Field
HomeKDIGI ShareAPI Access Token-User ID

API Access Token-User ID

Number of APIs: 4

  1. Obtain the logged-in user ID POST https://{{baseUrl}}/open-apis/authen/v1/access_token

  2. Request user authentication(Browse open) GET https://{{baseUrl}}/open-apis/authen/v1/index?redirect_uri={{REDIRECT_URI}}&app_id={{app_id}}&state={{STATE}}

  3. Refresh access_token POST https://{{baseUrl}}/open-apis/authen/v1/refresh_access_token

  4. Obtain user information GET https://{{baseUrl}}/open-apis/authen/v1/user_info

Previous
Get tenant_access_token
Next
Obtain the logged-in user ID