Examples and test

We have added two methods for testing purpose. You may use these two methods to test authorization and POST/GET methods.

POST method

https://testapi.sendo.no/v2/PostTest

The method have one parameter, names. Names is a list of strings. The method returns the names you send in.

Add your data in the HTTP JSON request body like this:
{"names": ["Lars","James","Kirk"]}

Set content type to json:
Content-Type: 'application/json'

GET method

https://testapi.sendo.no/v2/GetTest

The method have no parameters. It returns a list of smart people.