Rimdian documentation home page
Search...
Support
Console
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
Try it
Body
application/json
email
string
required
password
string
required
Response
200 - text/plain
access_token
string
access_token_expires_at
string
account
object
Show child attributes
account.
created_at
string
account.
email
string
account.
full_name
string
account.
id
string
account.
is_service_account
boolean
account.
locale
string
account.
timezone
string
account.
updated_at
string
refresh_token
string
refresh_token_expires_at
string
Introduction
Refresh an access token