Autenticazione
Come inviare l'access token nelle richieste alle API
curl -H "Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCI..." \
https://...curl "https://api.trackle.io/v1/devices?access_token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCI..."curl -d access_token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCI... \
https://...Genera un access token
Headers
Name
Type
Description
Request Body
Name
Type
Description
Rigenera un access token (refresh)
Headers
Name
Type
Description
Request Body
Name
Type
Description
Ultimo aggiornamento