Bludit Api with Postman

by John H
~1 minute

You need two tokens to use the API - the api token in the plugin section ('admin/configure-plugin/pluginAPI') = the api token - this is used to request pages and page details. The other is the authenticated user token ('admin/edit-user/admin') / Security tab for Authentication token.

Grab Page

endpoint:https://www.example.com/api/pages

To grab a page be sure you are putting your api token in the get request. The token is put in the Params section in Postman

Create Page

endpoint:https://www.example.com/api/pages

To create a page be sure you are putting your api token and authentication token in the in the post request. The token is put in the Body section in Postman as form data

Related Articles

Mysql Update Part of a String

I have a client with a trainer directory on their site. There is a field in the database that...

John H John H
2 minutes

Solution: Lot's o' Zipped Files

As none of you know I was faced with a drive full of zip files and the need to unzip them all and...

John H John H
3 minutes