Rimdian documentation home page
Search...
Support
Console
Console
Search...
Navigation
Authentication
Get an access token
Documentation
Data import schemas
Self-hosted deployment
API Reference
Documentation
News
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
Rimdian Server API
App get
App activate
App mutate state
App exec query
App stop
Authentication
Get an access token
Login to the Rimdian API
POST
/
api
/
account.login
Try it
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