GET/v1/systems

Get systems

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Responses

array of objectClientSystem
idstringnullable
tenant_idstringnullable
created_atstring (date-time)
updated_atstring (date-time)
namestringrequiredmin length 1
typestringrequiredmin length 1
priorityinteger (int32)requiredminimum 1maximum 1000000
curl --request GET \
  --url 'https://api.4comply.io/v1/systems' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'