Confluence
Strumenti per SviluppatoriAutenticazione BaseFreemiumAbilitato
API della knowledge base Atlassian per pagine, spazi e documentazione del team
https://your-domain.atlassian.net/wiki/rest/apiPlayground API
Invio attraverso il nostro proxy CORS.
https://your-domain.atlassian.net/wiki/rest/api/
Intestazioni della Risposta (0)
Parametri (0)
API Correlate
Frequently Asked Questions About Confluence API
What is Confluence?
Confluence is a public API listed in the akousa.net API Directory, a curated collection of 750+ APIs across 12 categories. API della knowledge base Atlassian per pagine, spazi e documentazione del team
How do I authenticate with Confluence?
Confluence uses HTTP Basic authentication. You need to include your username and password encoded in Base64 in the Authorization header with each request. Check the documentation for how to obtain your credentials.
Is Confluence free to use?
Confluence offers a freemium pricing model. It includes a free tier with limited usage that is suitable for personal projects and prototyping. Paid plans are available for higher rate limits, additional features, or production-level usage.
Does Confluence support CORS?
Yes, Confluence supports CORS (Cross-Origin Resource Sharing), which means you can make requests directly from browser-based JavaScript applications without encountering cross-origin errors.
Where can I find Confluence documentation?
You can find the official Confluence documentation at https://developer.atlassian.com/cloud/confluence/rest/v2. The documentation includes endpoint references, request/response examples, authentication guides, and rate limit details. You can also explore Confluence in the akousa.net API Directory for a quick overview and test it using the built-in API tester.