Blogging API

Blog

2.3.0OAS 3.0

Blog Service APIs

API Base URL
  • Server 1:https://shared-services.kong-sales-engineering.com
Security
basicAuth (http)

Basic authentication is a simple authentication scheme built into the HTTP protocol.
To use it, send your HTTP requests with an Authorization header that contains the word Basic
followed by a space and a base64-encoded string username:password.

Example: Authorization: Basic ZGVtbzpwQDU1dzByZA==

Additional Information

Apache 2.0 License

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

{}
{}
 
curl --request POST \
  --url https://shared-services.kong-sales-engineering.com/blogs \
  --header 'Content-Type: application/json' \
  --data '{}'
200
Blog