Honeytoken Sources
List sources on an honeytoken
List sources where a honeytoken appears.
get/v1/honeytokens/{honeytoken_id}/sources
Path parameters
honeytoken_idstring uuid required
The id of the honeytoken to retrieve
Query parameters
cursorstring
Pagination cursor.
per_pageinteger
Number of items to list per page.
ordering'source_id' | '-source_id'
Sort the results by their field value. The default sort is ASC, DESC if the field is preceded by a '-'.
provider_metadata_archivedboolean
Filter by whether the source is archived on the provider side when that information is available (e.g. archived repository). Sources without this metadata are treated as not archived for this filter.
Example:true
Response
Honeytoken Sources List
Example response
[
{
"type": "github",
"name": "gitguardian/gg-shield",
"url": "https://github.com/GitGuardian/gg-shield",
"open_issues_count": 3,
"total_files_count": 2,
"files": [
".env"
]
}
]