Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl https://ws.di.no/ws/json/auth/v-2/login \
  -H "Content-Type:application/json" \
  -d "{\"username\": \"myname\", \"password\": \"secret\"}"

Environments / endpoints

TEST
Status
colourBlue
titlePOST
https://staging-ws.di.no/ws/json/auth/v-2/login
PRODUCTION
Status
colourBlue
titlePOST
https://ws.di.no/ws/json/auth/v-2/login

Request object:

Field

Description

Example

Data type

Count

usernameThe username that was provided by the DI service deskmyNameString1
passwordThe password that was provided by the DI service desksecret!23String1

...