The v2026 API endpoints for accounts are failing.
Try getting a single account by passing the id in the URL.
Or by getting all accounts from a given sourceId. What worked in v2025 is no longer working in v2026, even though the API documentation is the same. Also the returned content type is wrong (application/octet-stream instead of application/json).
@angelo_mekenkamp Hi Angelo, it’s working fine for me—could you share the exact error/details you’re seeing? I hope you are talking about this right {{baseUrl}}/accounts/:id
Ahh yes @ROHPU, that shows that one of the three cases (get account by id API) works on your end. Perhaps you operate from a different region where the SailPoint API servers are configured properly? Have you tried the other two cases I mentioned as well? (content type when getting all accounts, and trying to get all accounts by filtering on sourceId?
The accounts team is working on updates to their services, it appears those breaking changes were incorrectly added to v2026. It will only route to the new service if you have a feature flag enabled on your tenant. Your tenant must be one of the ones previewing the change with the feature flag enabled.
This is why one tenant might see the correct behavior while another is broken.
This will be sorted out in the coming weeks with the API versioning strategy updates, stay tuned!