I am wanting to provide a URL to another team so they can access interface adds/edits.
I am wanting to have a query to an to:
17774/SolarWinds/InformationService/v3/Json/
There are samples in many languages here, https://github.com/solarwinds/OrionSDK/tree/master/Samples
The big difference between the Orion API and most other APIs is that most APIs have specialized endpoints where you make very simply defined queries, but Orion is basically an open door into the database. So instead of something like a get directed to .../orion/listInterfaces just getting a structured list of interfaces you do a post that contains a query and then the response is essentially anything you can come up with a query for.
Here is an article that talks about specifically querying interfaces and leads to another post about the swql studio tool that you would use to learn how to write your own queries.
thwack.solarwinds.com/.../intro-to-api-sdk-swql