Jetstream API
...
API Endpoints
Alias Configuration
Get an Alias
5min
about return a specified alias from your jetstream application 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 getting started docid\ bbifqiuixnd5iafmrebbi aliasname string required unique url the name of the alias 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/aliases/{alias name} request body none required response code 200 ok response body { "id" 1, "name" "myaliasname", "devices" \[ "mydevicename1", "mydevicename2" ], "region" "us" } version changes none – this is a new endpoint