Legacy Functions

This functionality is only maintained for existing callers. It should not be used for any new development and may be removed in the future.

HTTP POST: Rest/Directory/ApplicationUris

Creates a new URL to access an application.

Supported Authentication

Input

Field Type Constraints Notes
applicationName string Required The case-insensitive name of the application for which the SSO URL is being created. Valid values are:
  • FlightRisk
  • VectorSms
accountId string Required The ID of the account for which the URL is being created. This is the caller's ID for the account.

Output

Field Type Description
applicationName string The formal name of the application with which this URL is associated.
applicationCaption string The display name of the application with which this URL is associated.
uriType string The type/purpose of the URI.
uriName string The unique Polaris Aero name for the URI.
uri string A fully-qualified URL that contains a SSO token.
forSso boolean Indicates whether the URL is intended for SSO. Set to true for all URLs returned from this API.

HTTP POST: Rest/Directory/AuthenticationTokens

Creates a new authentication token.

Supported Authentication

Input

Field Type Constraints Notes
accountId string Required

The user account on whose behalf the token is being requested.

Note This is the caller's ID for the account, not Polaris Aero's.

expirationMinutes integer Required Minimum of 5 minutes; maximum of 43000 minutes (approximately 1 month). The number of minutes for which the token is valid.

Output

Field Type Description
tokenValue string The value of the token.
expirationDate dateTime The date that the token expires if not revoked earlier.

API Version 14.1.9203.25249

Copyright ©2008-2025 Polaris Aero, LLC.