I want to create new content in particular spaces using rest api.
Background: We have another application, from this application if any user creates new content then it will be created automatically into the confluence also, through rest api.
Hi @soumyajit, can you be more specific about your question?
Assuming if you want to create content through api rest read tihis:
https://developer.atlassian.com/cloud/confluence/rest/#api-content-post
But I advise you to start with simple things like get or put methods, postman is very useful
I want to create a new page into a particular space using the rest api. Also multiple user can create page through rest api. First we need to check using authentication & when authentication passed then they can post data through rest api. So my question:
1. How to check user authentication using rest
2. Once it is passed then they can create content through rest
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.