InvokeAptecoOrbit
0.2.0
Apteco PS Modules - Apteco Orbit API client
Authenticate against an Apteco Orbit API instance, call any of its endpoints, and download
paginated data (like a PeopleStage system's campaign list) without hand-rolling the paging
loop yourself.
Connect-AptecoOrbit -DataView "Demo" -Credential (Get-Credential)
Invoke-AptecoOrbit -Key "GetPeopleStageSystem" -QueryP
Authenticate against an Apteco Orbit API instance, call any of its endpoints, and download
paginated data (like a PeopleStage system's campaign list) without hand-rolling the paging
loop yourself.
Connect-AptecoOrbit -DataView "Demo" -Credential (Get-Credential)
Invoke-AptecoOrbit -Key "GetPeopleStageSystem" -QueryP
Apteco PS Modules - Apteco Orbit API client
Authenticate against an Apteco Orbit API instance, call any of its endpoints, and download
paginated data (like a PeopleStage system's campaign list) without hand-rolling the paging
loop yourself.
Connect-AptecoOrbit -DataView "Demo" -Credential (Get-Credential)
Invoke-AptecoOrbit -Key "GetPeopleStageSystem" -QueryParameters @{ systemName = "Demo" }
Get-AptecoOrbitCampaigns -System "Demo"
Export-AptecoOrbitAudience -System "Demo" -AudienceId 246 -WorkbookItemId "<workbook-item-guid>" -OutFile "C:\Temp\export.csv"
Both the "SIMPLE" and "SALTED" login types are supported.
Show more
Authenticate against an Apteco Orbit API instance, call any of its endpoints, and download
paginated data (like a PeopleStage system's campaign list) without hand-rolling the paging
loop yourself.
Connect-AptecoOrbit -DataView "Demo" -Credential (Get-Credential)
Invoke-AptecoOrbit -Key "GetPeopleStageSystem" -QueryParameters @{ systemName = "Demo" }
Get-AptecoOrbitCampaigns -System "Demo"
Export-AptecoOrbitAudience -System "Demo" -AudienceId 246 -WorkbookItemId "<workbook-item-guid>" -OutFile "C:\Temp\export.csv"
Both the "SIMPLE" and "SALTED" login types are supported.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2026 Apteco GmbH. All rights reserved.
Package Details
Author(s)
- florian.von.bracht@apteco.de
Tags
powershell Windows Apteco Orbit PeopleStage
Functions
Connect-AptecoOrbit Invoke-AptecoOrbit Get-AptecoOrbitPagedData Get-AptecoOrbitCampaigns Export-AptecoOrbitAudience
PSEditions
Dependencies
Release Notes
0.2.0 Implemented the SALTED login flow, added Export-AptecoOrbitAudience (async export + poll + download), and surfaced the real Orbit API error body in thrown errors instead of a generic exception
0.1.0 Initial release: Connect-AptecoOrbit, Invoke-AptecoOrbit, Get-AptecoOrbitPagedData, Get-AptecoOrbitCampaigns
FileList
- InvokeAptecoOrbit.nuspec
- InvokeAptecoOrbit.psd1
- InvokeAptecoOrbit.psm1
- Private\OrbitAPI\Get-OrbitEndpointDefinition.ps1
- Private\OrbitAPI\Get-OrbitEndpoints.ps1
- Private\OrbitAPI\Get-OrbitErrorResponseBody.ps1
- Private\OrbitAPI\Get-OrbitSession.ps1
- Private\OrbitAPI\New-OrbitSession.ps1
- Private\OrbitAPI\Resolve-OrbitUrl.ps1
- Private\Security\Get-OrbitStringHash.ps1
- Private\Security\Protect-OrbitPassword.ps1
- Private\Security\Set-OrbitTlsProtocol.ps1
- Public\Connect-AptecoOrbit.ps1
- Public\Export-AptecoOrbitAudience.ps1
- Public\Get-AptecoOrbitCampaigns.ps1
- Public\Get-AptecoOrbitPagedData.ps1
- Public\Invoke-AptecoOrbit.ps1
- Settings\defaultsettings.ps1
- bin\dependencies.ps1
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 0.2.0 (current version) | 3 | 7/30/2026 |