English
Run the app code
cURL
curl --request POST \ --url https://app.teable.ai/api/base/%7BbaseId%7D/app/%7BappId%7D/run \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "previewUrl": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Base ID
The app running result
The response is of type object.
object