OTE Test Environment
{session.loggedInUser | ternary session.loggedInUser.fullName ''}
{session.loggedInUser | ternary session.loggedInUser.email ''}

Sign out

Access and Endpoints

Netistrar operates both an OTE (Operational testing and evaluation) environment along with the production environment. It is strongly recommended that you perform comprehensive testing using the OTE before requesting production access.

OTE

The OTE Reseller API endpoint is hosted at:

https://restapi.netistrar-ote.uk/

To sign up for an OTE account please refer to the OTE documentation

To confirm that the API has been set up correctly for your OTE account please visit the following URL, substituting the values for apiKey and apiSecret from your OTE API account settings.

https://restapi.netistrar-ote.uk/utility/ping?apiKey=YOURAPIKEY&apiSecret=YOURAPIPASSWORD

Your key and secret can be found in My Account -> API Settings within your OTE Dashboard,

Netistrar API Settings

Production

The Production Reseller API endpoint is hosted at:

https://restapi.netistrar.com/

To request production credentials please contact us

To confirm that the API has been set up correctly for your production account please visit the following URL, substituting the values for apiKey and apiSecret from your production account settings.

https://restapi.netistrar.com/utility/ping?apiKey=YOURAPIKEY&apiSecret=YOURAPIPASSWORD


Top