POST
/
plugin
/
{pluginId}
/
authCode
curl --request POST \
  --url https://app.teable.io/api/plugin/%7BpluginId%7D/authCode \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/json' \
  --data '{"baseId":"string"}'
{
  "code": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

pluginId
string
required

Body

application/json
baseId
string
required

Response

201 - application/json
Returns auth code.
code
string
required