This API call allows the user to log in (create a session) to a specified account.
Resource URL
/api/1.0/account/select/<ID>
Resource Information
| Response formats | JSON |
| Response code | 200 |
| Requires authentication? | Yes (User context only) |
| HTTP Method | GET |
Example Request URL
Example Result
{
"token": <string>, // New session token
"account_id": <uuid>
}
Add Comment