cURL
curl --request POST \ --url https://api.gbase.ai/v1/datasets/{dataset_id}/integrations/lark \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "app_id": "<string>", "app_secret": "<string>", "share_urls": [ { "url": "<string>", "recursive": true, "token": "<string>" } ], "notification_emails": [ "jsmith@example.com" ], "sync_interval": 123 }'
"<any>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type any.
any