POST
/
v1
/
datasets
/
{dataset_id}
/
integrations
/
lark
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>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataset_id
string
required

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.