Versions Compared

Key

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

...

The authentication request for accessing the BimPlus resource should be sent in the JSON format using the Authentication Service.

Example:

POST httphttps://api.bimplus-dev.mantro.net/v2/authorize

JSON Request:

Code Block
{
 "user_id" : "test@bimplus.net",
 "password" : "test"
}

...