Jetstream API
...
API Endpoints
Alias Configuration

Get All Alias Names

5min

About

Return all aliases names 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 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.

Example

Request URL

GET https://api.jetstreamrfid.com/3/aliases/property/names

Request Body

None Required

Response Code

200 OK

Response Body

[ "MyAliasName1", "MyAliasName2", "MyAliasName3" ]

Version Changes

None – this is a new endpoint.