List all external systems
GET /external-systems
GET
/external-systems
Retrieve a list of all external systems configured for the organization
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”List of external systems
Array<object>
object
id
required
Unique identifier for the external system
string
company_id
required
The company this external system belongs to
string
name
required
Name of the external system
string
abbv
required
Abbreviation for the external system
string
description
Description of the external system
string | null
metadata
object
apiUrl
The API URL for the external system
string | null
apiToken
The API token for authentication
string | null
username
Username for the external system
string | null
password
Password for the external system
string | null
Unauthorized
object
success
required
boolean
error
required
string
Example
An error occurred