Error: getaddrinfo ENOTFOUND after creating app via Organization API

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.

Hello @Chad_TFA,

We use AWS for our hosting. AWS takes approximately 60 seconds to propagate DNS-related changes.

You will need to account for this when creating applications via the Organization API.