After successfully creating an app via the Organization API, I’m getting Error: getaddrinfo ENOTFOUND
when attempting to make a request to create a user via https://api-{APP_ID}/v3/users
As I’m typing this, I realized it’s now working… It seems there is just a delay for the DNS to resolve.
What is a safe delay you all have learned into to allow for propagation? I don’t see any details around this in the documentation for creating an application.