Skip to main content
GET
/
bot
/
{id}
/
steps
Get steps for a version
curl --request GET \
  --url https://api.closebot.com/bot/{id}/steps \
  --header 'X-CB-KEY: <api-key>'

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Path Parameters

id
string
required

The bot ID.

Query Parameters

botVersion
string

The bot version (x.y.z).

Response

Success