Getting started with Teamfluence API
Base URL and authorization
Valentine
Last Update 6 maanden geleden
Teamfluence now offers API for controlling your teamspace resources and campaigns.
Base URL
Authorization
In order to obtain an API key from the app, users have to have a role of administrator or teamspace owner. Find your API key details at the bottom of the profile page.

Use Authorization HTTP header to authenticate your requests.
Note: we're using rotating secret keys. If you'd like to "rotate" (deactivate existing) API token please create a support ticket.
Error codes
This API uses the following error codes:
- 400 Bad Request: The request was malformed or missing required parameters.
- 401 Unauthorized: The API key provided was invalid or missing.
- 402 Missing billing scope: Teamspace subscription level doesn't allow API usage.
- 404 Not Found: The requested resource was not found.
- 500 Internal Server Error: An unexpected error occurred on the server.