cURL
curl --request POST \ --url https://app.typebot.io/api/v1/typebots/{typebotId}/publish \ --header 'Authorization: Bearer <token>'
{ "message": "success", "warnings": [ { "type": "trademarkInfringement", "trademark": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Where to find my bot's ID?
Successful response
The response is of type object.
object