Minor change to API getting started

This commit is contained in:
Marco Mooij | DigiState
2026-05-15 16:01:57 +02:00
parent db2b6e62b8
commit bed510364e

View File

@@ -2,10 +2,11 @@
This document will explain how to get started with the Sentri API. This document will explain how to get started with the Sentri API.
## Requirements ## Requirements
To connect to the Sentri API, you will need the following: To connect to the Sentri API, you will need the following:
- A basic understanding of how APIs work, along with some programming or scripting experience. - A basic understanding of how APIs work, along with some programming or scripting experience.
- The Sentri base URL. - The Sentri base URL.
- An API bearer token. - An API bearer token.
- Network access from the devices making API requests to the Sentri service on port 443. - HTTPS access from the devices making API requests to the Sentri.
## Creating a authentication bearer token ## Creating a authentication bearer token
Make sure you have the `user-apitoken-self` read/write permission, as this allows you to create an authentication bearer token. Make sure you have the `user-apitoken-self` read/write permission, as this allows you to create an authentication bearer token.