🚀 New: Theme Control Plane API — build, customize, and deploy themes programmatically. Learn more →
curl --request PUT \
--url https://api.shoppex.io/dev/v1/telegram/bots/{botId}/inbox/{conversationId}/status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"data": {}
}Developer API operation for PUT /dev/v1/telegram/bots//inbox//status.
curl --request PUT \
--url https://api.shoppex.io/dev/v1/telegram/bots/{botId}/inbox/{conversationId}/status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"data": {}
}Use your Shoppex API key in the Authorization header.
The body is of type object.
Successful response