cURL
curl --request POST \
--url https://app.teable.ai/api/plugin/%7BpluginId%7D/authCode \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"baseId":"string"}'{
"code": "<string>"
}plugin
Post plugin authcode
Get an auth code
POST
/
plugin
/
{pluginId}
/
authCode
cURL
curl --request POST \
--url https://app.teable.ai/api/plugin/%7BpluginId%7D/authCode \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"baseId":"string"}'{
"code": "<string>"
}Last modified on March 5, 2026
Was this page helpful?
⌘I

