Intro
Last updated
Last updated
Pulsoid enables real-time heart rate data transmission from the peripherals(like BLE heart rate monitors, smartwatches, etc) to the Clients. Pulsoid API allows reading real-time heart rate data.
Users - are real people who stream their heart rate data via Pulsoid.
Clients - are applications that want to read Pulsoid users' data. The developer should request client credentials via the . Received client credentials include client_secret which should be stored securely and never shared.
To consumer Pulsoid API, the developer should obtain an authorization token. An authorization token is used in every API call. Obtaining the token can be challenging but we are to help you :).
If you are developing for yourself, then is suitable for you, and client credentials are not needed.
If you have a website, then is suitable for you.
If you are developing a desktop application that is able to handle deep links, then is suitable for you.
If you have a backend server, then is suitable for you.
If you are developing a plugin or desktop application, then is suitable for you.
If you are developing an enterprise application and want to use Pulsoid as a platform for obtaining real-time heart rate from your customers, then contact us at support@pulsoid.net or .
So, to integrate with Pulsoid you need to:
Request client credentials via
Decide, what way of obtaining tokens is suitable for you
Use the API