Flow transition to Appfire: API and callback URI updates
As part of Flow’s transition to Appfire, we updated our domain to appfireflow.com on July 23, 2025. If you are only viewing reports and other pages in Flow, there are no actions you need to take for this change.
However, if you make any API calls, have an agent-based integration, or a self-hosted integration that requires a callback URL, you must update your URLs to point to the updated domain. We expect most calls to pluralsight.com to redirect successfully to the newappfireflow.com domain immediately after the update, but this is temporary. Please update the base URLs for your API calls as soon as possible to ensure continued access to your data.
After July 23, 2025, Flow cannot guarantee that previous API calls using the pluralsight.com domain will continue to work. Update your API calls and callback URIs as soon as possible to ensure continued access.
In most cases, you’ll only need to update the base URL for your API calls. Your existing API keys, parameters, and fields should remain the same.
API call updates
Review this chart for updated base URLs for API calls based on the API endpoint used.
Your Workspace URL is in the format of <workspace>.appfireflow.com and matches the URL you see when you’re logged in to Flow.
API endpoint | New base URL | Previous base URL |
|---|---|---|
|
| |
|
| |
|
| |
|
| |
|
| |
See note below. |
| |
|
|
The Legacy Coding metrics API is in the process of being deprecated. To ensure future access to your coding metric data, please update your API calls to use the Updated Coding metrics API.
This update will require an update to your base URL, updated permissions to access the API, and changes to your parameters and filters. The data in the response for the Updated Coding metrics API includes additional data such as trends and benchmarks.
Agent integration updates
If you have any agent-based (GMC) integrations, you must update the API endpoint URL in your config.toml file. The new base URL must be changed from https://flow-git-agent-api.pluralsight.com to https://agent-api.appfireflow.com.
Self-hosted integration updates
Customers with self-hosted integrations using OAuth as the authentication method must update the Callback URL/Redirect URI for their integrations. This applies to:
GitLab self-hosted (OAuth)
Jira Data center (OAuth 2.0)
GitHub Enterprise Server (OAuth)
GitHub Enterprise Server (GitHub app)
The Callback URL/Redirect URI will be used if you ever update your integration credentials, so it must be changed to the new domain.
The base URL for these URLs should be: https://<workspace>.appfireflow.com/accounts/complete.
Need support? Create a request with our support team.
