Haloapi Profile
Connector for the haloapi-profile API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://www.haloapi.com/profile - Auth:
header:Ocp-Apim-Subscription-Key(pass your key via theapiKeyinput)
Operations
halo_5_player_appearance— GET /h5/profiles/{player}/appearance — Halo 5 - Player Appearancehalo_5_player_emblem_image— GET /h5/profiles/{player}/emblem — Halo 5 - Player Emblem Imagehalo_5_player_spartan_image— GET /h5/profiles/{player}/spartan — Halo 5 - Player Spartan Image
Inputs
apiKey— your haloapi-profile API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: halo_5_player_appearance
apiKey: <your key>