Getting Started
The simple REST API enables developers to quickly integrate their
applications. API services are actively developing to provide more
complete functionality.
Authentication
In order to ensure data security, Lofty has built-in support for
OAuth 2.0, which is extremely useful when setting up integrations
between third-party applications and Lofty without passwords being
required.
To obtain an OAuth2.0 access_token, please refer to Lofty OAuth2.0.
You should set the access token and content type to JSON through the API
call service.
Header | Value |
---|---|
Content-type | application/json |
Authorization | Bearer [access_token] |