We want to integrate the deployment of custom pages into our CI/CD pipelines and I’m wondering if there’s any API endpoint we can use for that. I’ve checked that it’s possible to use the same endpoints that the Dashboard uses, so /api/internal/v1/customError and /api/internal/v1/customSignIn but since they’re internal it doesn’t feel safe to use.
So my question is: are there any public specific endpoints to update the custom pages? And if not, is it safe to use the aforementioned ones?
Those api endpoint aren’t officially supported for development use. You won’t be able to update those errors/signin via those endpoint due to the endpoints being internal (therefore they will need internal okta authentication). However i’m sure you can get the endpoints as long as you are using oauth in a roundabout way.