API Token authentication uses Basic Auth with your Atlassian email and a generated token. This provides secure, automated access to Confluence Cloud APIs.
# The -u flag handles Base64 encoding automaticallycurl -X GET "{endpoint}" \ -u "your-email@company.com:YOUR_API_TOKEN" \ -H "Content-Type: application/json"
For , use your email address as the username and the API token as the password.
Success! If you received a 200 OK response with valid data, your credentials are configured correctly. You can now proceed to configure this connector in Parable.
Rate Limits: enforces rate limits of .Parable handles rate limiting automatically with exponential backoff, but initial syncs of large datasets may take longer due to these limits.