Announcements

New updates and improvements to Quickblog

All Announcements

Quickblog API

New Feature
Announcement
21

API

Create/edit/delete account Create/edit/delete user Change user permissions Create/edit/delete author Create/edit/delete categories Retrieve blog code (JS) Create/edit/publish/schedule/delete blog post Import Google Sheet to blog posts

Diran George
Done! 🤯

1

Quickblog's API is live!

Base URL: https://app.quickblog.co/api/v1/

Documentation: https://docs.quickblog.co 

For tech users, included in the following link are Collection and Environment template definitions to be imported for use in Postman (https://web.postman.co) for ease of testing integration: https://drive.google.com/drive/folders/1BVJESvbllQSiGrlqARkJyJdlv6UTCIGi?usp=sharing.

IMPORTANT:

  • Don't change any variables that are in double curly brackets: {{}}
  • Change all "value" variables with square brackets: []

HOW TO USE THE API:

First go to your Quickblog dashboard, then Integrations on the side menu (https://app.quickblog.co/integrations) and generate a new API Secret Key

Quickblog - Generate Secret Key

TIP: You'll need to request your token via API before you can use any other endpoints. Your token will be valid for 1 year after generation and if you run this login endpoint again, a new token will be generated and you'll need to update your endpoint API headers to reflect this. To see how to generate your token, please see here: https://docs.quickblog.co/#endpoints-POSTapi-v1-userlogin 

Like