To filter the list of returned access systems by a specific connected account ID, include the connected_account_id in the request body. If you omit the connected_account_id parameter, the response includes all access systems connected to your workspace.
POST /acs/systems/list ⇒ { acs_systems: [acs_system, …] }
Authentication Methods
API key
Client session token
Personal access token
Must also include the seam-workspace header in the request.
To learn more, see .
Request Parameters
connected_account_idString
ID of the connected account by which you want to filter the list of access systems.
Response
Array of
{
JSON representation of acs_system
}
Examples
List ACS systems by connected account
To filter the list of ACS systems, include a connected_account_id.