Confluence
EntwicklertoolsBasis-AuthentifizierungFreemiumAktiviert
Atlassian-API für die Wissensdatenbank für Seiten, Spaces und Team-Dokumentation
https://your-domain.atlassian.net/wiki/rest/apiAPI-Spielplatz
Anfrage wird über unseren CORS-Proxy gesendet.
https://your-domain.atlassian.net/wiki/rest/api/
Antwort-Header (0)
Parameter (0)
Verwandte APIs
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. Atlassian-API für die Wissensdatenbank für Seiten, Spaces und Team-Dokumentation
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.