Magento 2 Blog REST API & Examples
Blog REST API for Magento 2
GETGet All Posts
{{magento_base_url}}/rest/V1/mpblog/post?page=1&limit=10
HEADERS
Content-Type
Authorization
PARAMS
page
limit
Example Request
Get All Posts Example
200 OK
Example Response
Date
Set-Cookie
X-Frame-Options
Content-Length
Content-Type
X-Varnish
Via
Pragma
Expires
Cache-Control
Accept-Ranges
Connection
GETGet Post With Conditions
{{magento_base_url}}/rest/V1/mpblog/post/list?searchCriteria[filter_groups][0][filters][0][field]=name&searchCriteria[filter_groups][0][filters][0][value]=Post 1&searchCriteria[filter_groups][0][filters][0][condition_type]=eq
HEADERS
Content-Type
Authorization
PARAMS
searchCriteria[filter_groups][0][filters][0][field]
searchCriteria[filter_groups][0][filters][0][value]
searchCriteria[filter_groups][0][filters][0][condition_type]
Example Request
Get Post With Conditions Example
200 OK
Example Response
Date
Set-Cookie
X-Frame-Options
Content-Length
Content-Type
X-Varnish
Via
Pragma
Expires
Cache-Control
Accept-Ranges
Connection
GETView Post
{{magento_base_url}}/rest/V1/mpblog/post/view/:post_id
HEADERS
Content-Type
Authorization
PATH VARIABLES
post_id
Example Request
View Post Example
200 OK
Example Response
Date
Set-Cookie
X-Frame-Options
Content-Length
Content-Type
X-Varnish
Via
Pragma
Expires
Cache-Control
Accept-Ranges
Connection
DELETEDelete Post
{{magento_base_url}}/rest/V1/mpblog/post/delete/:post_id
HEADERS
Authorization
PATH VARIABLES
post_id
Example Request
Delete post example
200 OK
Example Response
Date
Expires
Cache-Control
Pragma
Set-Cookie
X-Frame-Options
Content-Length
Content-Type
Age
X-Cache
X-Cache-Hits
Accept-Ranges
Connection