If I know my standard endpoint, can I predict other endpoints?
So if I already know that "https://www05.secure.eloqua.com/API/REST/2.0/" is good, could I assume "https://www05.secure.eloqua.com/API/Bulk/2.0/" is going to be the correct place to connect for the Bulk 2.0 API?
For context, Referencing Using the Eloqua API - Determining Endpoint URLs (login.eloqua.com):
I have a library that takes REST Endpoint as an authentication parameter, but the user wants to use the REST and the bulk API, can I not bother to ask for the bulk API endpoint and just replace REST with Bulk? I know I could request login.eloqua.com, but it would be nice to not have to make the trip.