Jetstream API
...
API Endpoints
Alias Configuration
Get All Aliases
5min
about return all aliases 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 id ulong searchable sortable url the id of the alias name string searchable sortable url the name of the alias region string searchable sortable url the geographic region to retrieve the alias names from to return all alias names from all regions, do not define this property nor assign it a value if this property is defined, its value is one or a combination of the following possibilities us, eu, ap, usgov example request url get https //api jetstreamrfid com/3/aliases request body none required response code 200 ok response body \[ { "id" 1, "name" "myaliasname1", "devices" \[ "mydevicename1", "mydevicename2" ], "region" "us" }, { "id" 2, "name" "myaliasname2", "devices" \[ "mydevicename1", "mydevicename2" ], "region" "us" }, { "id" 3, "name" "myaliasname3", "devices" \[ "mydevicename1", "mydevicename2" ], "region" "us" } ] version changes none – this is a new endpoint