Skip to main content
POST
/
v1
/
chicklets
/
{id}
/
start
Start a chicklet
curl --request POST \
  --url https://api.chicklet.io/v1/chicklets/{id}/start \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication (e.g. "Bearer your-api-key")

Path Parameters

id
string
required

Chicklet name or ID

Response

OK

status
string