Jetstream API
...
API Endpoints
Alias Configuration
Get All Alias Names
5min
Return all aliases names from your Jetstream application.
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. |
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. |
GET https://api.jetstreamrfid.com/3/aliases/property/names
None Required
200 OK
[
"MyAliasName1",
"MyAliasName2",
"MyAliasName3"
]
None – this is a new endpoint.