Last updated 1 month ago
The repositories for a domain and its details can be retrieved using this API.
The id of the repository is used by .
id
Get a list of repositories in a domain
GET /api/import/v1/repositories HTTP/1.1 Host: logilica.io Accept: */*
Success in retrieving repositories
[ { "id": "text", "fullName": "text", "URL": "text", "mostRecentScanTime": 1, "firstScanComplete": true } ]