Help Center

Common Questions and Support Documentation

We're
by
All CollectionsGetting StartedCreating conversation using REST API

POST Get Cakes

https://dashboard.helpninja.com/api/lantern/convo

This endpoint allows you to create a conversation.

Check this to create a lantern https://docs.helpninja.com/article/lantern

Request

Body Parameters

messagestringrequiredMessage from the sender
emailstringrequiredEmail of the sender
lanternIdstringrequiredLantern Id obtained from the lanterns list page.

Response

200: OK
Cake successfully retrieved.

1. {
2. "name": "Cake's name",
3. "recipe": "Cake's recipe name",
4. "cake": "Binary cake"
5. }

404: Not Found
Could not find a cake matching this query.

1. {
2. "message": "Ain't no cake like that."
3. }

Still need help? Contact Us
Did this answer your question?