Generate User Access Token
Overview
The Generate User Access Token call will return a JSON object containing a temporary “token_id” which can be used for all the platform-level API calls.
API URL
/api/accounts/login
HTTP Method
POST
URL Parameters
Name | Type | Required | Description |
---|---|---|---|
access_token | String | Requires | Your UbiTrack API access_token |
username | String | Requires | Your UbiTrack username |
password | String | Requires | Your UbiTrack password |
Responses
{
"account": {
"nickname": "yournickname",
"username": "yourusername",
"token_id": "9711da2020ae4d97b8*********8324c97"
}
}
Response | Description |
---|---|
nickname | Your UbiTrack nickname |
username | Your UbiTrack username |
token_id | Most API calls to UbiTrack require an user_access_token. This token_id provides access to a specific Item. |