Jetstream API
...
API Endpoints
Device Commands

Get Last Device Credentials Sync Date/Time

5min

About

Return the date and time for the last time the specified device set/synced its access control list to the credentials associated with the specified device in Jetstream.

Parameters

Property

Location

Details

AccessKey

string Required Unique

Header

The access key for your user account.

This value is a 36-character GUID provided in your user profile.

DeviceName

string Required Unique

URL

The name of the device.

This value has a max length of 128 ASCII characters.

This value must adhere to this regular expression: ^[a-zA-Z0-9-_,. ]*$

Example

Request URL

GET https://api.jetstreamrfid.com/3/devices/{Device Name}/credentials/sync

Request Body

None Required

Response Code

200 OK

Response Body

"2018-05-16T01:16:00-01:16"

Version Changes

None – this is a new endpoint.