Go to website
Back
Articles on:
Public API
The developer docs for our API.
Generate API TOKEN
The first step to start the interaction with is to create an API Token. The token belongs to the user, then every user in your team can have one different Api Token. To api token, go to Admin >> Settings >> Api Token APi TOKEN _If you still have ques
Some readers
Authenticate
The API authentication method uses a . User Authorization Bearer Here you define your personal token, remember you can have multiple API tokens Defining the Project APP_ID Here you define your project APP_ID, remember you can have multiple projects and every project has one unique APP_ID.
Some readers
Ping
The ping method is responsible to check you are your requests with your API token. Endpoint If you still have questions, please contact us by chat.
Some readers
Users
the User This method is useful when you need to anonymize user data for GDPR compliance. Request Response
Some readers
Posts
Index This method gets a posts, scheduled, draft and published. Request Response
Some readers
Projects
This method get a list of projects you belongs to Request Response
Some readers
Labels
Currently we have 4 methods for api: Index Create Update Destroy Index This method will list labels from your current project, paginating by 5 labels per page. Request Response
Some readers