Blogging API

blog

Add a blog

This API adds a blog

post
https://shared-services.kong-sales-engineering.com/blogs

Body

application/json
textstring

Default:my new blog

Response

200

Blog

post/blogs

Body

{}
 
200

Get blogs

This API gets all blogs

get
https://shared-services.kong-sales-engineering.com/blogs

Response

200

Blog

get/blogs
 
200

Get a blog by id

This API gets a blog by ID

get
https://shared-services.kong-sales-engineering.com/blogs/{id}

Path Parameters

idstringrequired

ID of the blog to retrieve

Response

200

Blog

get/blogs/{id}
 
200