cURL
curl --request POST \ --url https://api.timelockdata.com/api/v1/sourceSystem/{COMPANY_ID} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "permissions": "I", "apiKey": "<string>" } '
{ "id": "<string>" }
Company identifier
Name of the source system
Permission level for the source system
I
U
R
A
API key for the source system
Source system created
ID of the newly created source system