...
TEST |
| https://staging-ws.di.no/ws/json/auth/v-2/login | ||||||
PRODUCTION |
| https://ws.di.no/ws/json/auth/v-2/login |
...
Making a request
Request headers
Key | Value |
---|---|
Content-Type | application/json |
...
Code Block |
---|
curl https://ws.di.no/ws/json/auth/v-2/login \ -H "Content-Type:application/json" \ -d "{\"username\": \"myname\", \"password\": \"secret\"}" |
Response
...
The endpoint replies with a response object in JSON format, containing the following data
...