About

Messenger-API is an simple API which provide the ability to GET, POST, UPDATE and DELETE messages from an potential messaging website.

After registration you will get a token wish give you the necessary authorization to use the API.

You can make a call to get 1 or all the existing messages. After posting a new message you can update it or delete it as you wish. A JSON will be returned for all API's calls to further process the received informations.
You can see your messages updated automaticaly in the frame on the home page which embed the messaging website.

The documentation is available on Postman.

See the Documentation

GET

Call the API to get 1 message by its ID or all the messages on the website.

Try it »

POST

Post to add a new message on the website and see it in the response and frame.

Try it »

UPDATE

Edit a message already posted on the website using its ID and see it in the response.

Try it »

DELETE

Delete a message on the website using its ID and see the confirmation response.

Try it »