Spectrum IAM API

The identity and access-management service behind the Federated Wireless Spectrum Controller, called by the web application as IAM_BASE_URL. It backs account administration and the self-management portal described in the company's Services Definition. Undocumented publicly; anonymous requests return HTTP 403 MissingAuthenticationTokenException.

API entry from apis.yml

apis.yml Raw ↑
aid: federated-wireless:spectrum-iam-api
name: Spectrum IAM API
description: The identity and access-management service behind the Federated Wireless Spectrum Controller,
  called by the web application as IAM_BASE_URL. It backs account administration and the self-management
  portal described in the company's Services Definition. Undocumented publicly; anonymous requests return
  HTTP 403 MissingAuthenticationTokenException.
humanURL: https://federatedwireless.ai/services-definition/
baseURL: https://spectrum-iam.federatedwireless.com/v1
tags:
- Identity
- Access Management
properties:
- type: Authentication
  url: authentication/federated-wireless-authentication.yml
x-evidence:
  base_url_source: https://spectrum.federatedwireless.com/configuration.js
  base_url_note: Read verbatim from IAM_BASE_URL in the provider's own public SPA configuration file.
  http_status: 403
  error_type: MissingAuthenticationTokenException
  fetched: '2026-08-12'