Note: This article is intended for advanced technical users.


Logmore offers free to use open REST API.

Full API reference can be found at: 🔗 https://learn.logmore.com/ref/

<aside> ❓ Need help? Have questions? Get in touch with ****your Logmore contact or send us a message at [email protected].

</aside>


Getting started

Prerequisites: You should have a Logmore account. It also helps to have at least one What are QR data loggers? for testing.

Follow these steps to make your first api request:

curl -sS -X POST <https://api-c2.logmore.com/authenticate> \\
        -d '{"key_id": "123123123123123123",
        "api_key": "123123123123123123123123123123123123123123123123123123123123123123"}'

Once you have valid a JWT it must be placed into the header of subsequent requests.

Headers:
Authorization: Bearer <JWT>

Examples

Here are example scripts to get you started as quickly as possible.