Skip to main content
POST
Add a source system
Source systems represent external integrations that connect to TimeLockData via API keys. Each source system has a permission level:
  • I (Insert) — Can create evidences and categories
  • U (Update) — Can create and update
  • R (Read) — Read-only access
  • A (Admin) — Full access

Path Parameters

COMPANY_ID
string
required

Company identifier

Body

application/json
name
string
required

Name of the source system

permissions
enum<string>
required

Permission level for the source system

Available options:
I,
U,
R,
A
apiKey
string

API key for the source system

Response

Source system created

id
string
required

ID of the newly created source system