SP-Config - Is it a supported feature?

Although I have been using the sp-config API endpoints for a long time to export configurations as a backup, I have been trying to extend my code to handle imports for build and deploy pipelines. But I have never been able to get an import to work. I try it via my own code and using Postman and neither method have ever succeeded. Additionally, the errors that are returned are quite vague and not very helpful. For example, when trying to import transforms, the following is returned:

Exception communicating with target service: HTTP Error 500 when communicating with URI https://se01-useast1-diana.acct03.sailpoint.com/v3/sources/sources/import : {“detailCode”:“500.0 In
ternal fault”,“trackingId”:“5f569554de81441394c72a8ae5c57aa8”,“messages”:[{“locale”:“en-US”,“localeOrigin”:“DEFAULT”,“text”:“An internal fault occurred.”},{“locale”:“und”,“localeOrigin”:“REQUEST”,“text”:“An internal fault occurred.”}],“c
auses”:} Details: null

Is SP-Config supposed to work at all?

Thanks,
Gregg

Hi @Hayreddin

Welcome to the SailPoint Developer Community.

I have seen below discussion, please check these threads, it might help sort out your queries.

Connector Rules Now Self-Service via Beta API - Announcements - SailPoint Developer Community

Document links:

import-sp-config | SailPoint Developer Community

get-sp-config-import-status | SailPoint Developer Community

HI @Hayreddin,

Can you try this endpoint? Method- POST endpoint: https://sailpoint.api.identitynow.com/v2025/sp-config/import

Please review this page for reference import-sp-config | SailPoint Developer Community

Thanks,
Shubham

I have tried beta, v3 and v2024 but not v2025. I will do that but the docs for every version indicate that all of them are supposed to be functional.

I tied and working for me.
/v2024/configuration-hub/backups/uploads

I tried the v2025 import endpoint and I get the same exact error.

I found this post earlier which gives me the impression that the entire feature is no longer supported: SP-Config API and Configuration Hub - #2 by yael_kadoshi

Can anybody clarify that post?

Thanks.

I am not using the configuration hub endpoints. I am using the sp-config endpoints as I have a lot of time invested in coding against them for automation.