Rimdian documentation home page
Search...
Console
Support
Console
Search...
Navigation
Authentication
Get an access token
Documentation
Data import schemas
Self-hosted deployment
API Reference
Getting started
Introduction
Authentication
POST
Get an access token
POST
Refresh an access token
Data Collector API
POST
Import historical data
POST
Import live data
POST
Import sync data
Authentication
Get an access token
Login to the Rimdian API
POST
/
api
/
account.login
Send
Body
object
*
email
string
*
email
Required
string
password
string
*
password
Required
string
Body
application/json
email
string
required
password
string
required
Response
200 - text/plain
account
object
Show child attributes
account.
id
string
account.
full_name
string
account.
timezone
string
account.
email
string
account.
locale
string
account.
is_service_account
boolean
account.
created_at
string
account.
updated_at
string
refresh_token
string
refresh_token_expires_at
string
access_token
string
access_token_expires_at
string
Introduction
Refresh an access token