...
Code Block |
---|
{ "user_id" : "test@bimplus.net", "password" : "test" } |
Code Block | ||
---|---|---|
| ||
{
"user_id" : "test@bimplus.net",
"password" : "test"
} |
Header:
If the Browser based REST clients does not select the Content-Type as "application/json", then please mention the content type in the header(Content-Type: application/json)
...
The token is received in the request
...
Code Block | lang | xml
---|
{ access_token: "92d6261ef0044736a92ebfe744180314" expires_in: 2591999 token_type: "BimPlus" } |
...