Skip to main content
POST
/
bot
/
{id}
/
login
API to login bot
curl --request POST \
  --url https://app.aptlystar.ai/bot/{id}/login \
  --header 'Content-Type: */*' \
  --data '
{
  "password": "<string>",
  "user_id": "<string>"
}
'
This response has no body data.

Path Parameters

id
string
required

Body

*/*
password
string
required
user_id
string
required

Response

200 - undefined