changes.mady.by.user Jayaraj Purushothaman
Saved on Jun 26, 2013
...
Image Modified Service available !
POST
Resource: authorize
URL: https://api.bimplus.net/v2/authorize
JSON Structure:
Name
Mandatory / Optional
Type
Description
user_id
mandatory
string
The email address of the user
password
The user's password
client_id
optional
string (date)
The identifier of the used client
Authenticates a user and returns a token which can be used for further API calls for accessing the desired resources.
Content-Type: application/json
{ "user_id" : "test@bimplus.net", "password" : "test" }
Status: 200 OK
{ access_token: "9c1874a62c974dcfa75e0132c423a088" expires_in: 2591999 token_type: "BimPlus" }