Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/api-reference/astp/endpoints/get-by-domain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,13 @@ Results are returned in ascending order by id.
"hash_type": "Plaintext",
"id": "collection-1",
"is_alerts_enabled": false,
"is_test": false,
"leaked_at": "2019-01-07T21:59:00+00:00",
"name": "Collection-1",
"pii_tags": [
"Email addresses",
"Passwords"
],
"related_urls": [
"https://example.com/leaks-source"
],
Expand Down
5 changes: 5 additions & 0 deletions docs/api-reference/astp/endpoints/get-by-keyword.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@ Results are returned in ascending order by id.
"hash_type": "Plaintext",
"id": "collection-1",
"is_alerts_enabled": false,
"is_test": false,
"leaked_at": "2019-01-07T21:59:00+00:00",
"name": "Collection-1",
"pii_tags": [
"Email addresses",
"Passwords"
],
"related_urls": [
"https://example.com/leaks-source"
],
Expand Down
5 changes: 5 additions & 0 deletions docs/api-reference/astp/endpoints/get-by-password.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,13 @@ Results are returned in ascending order by id.
"hash_type": "Plaintext",
"id": "collection-1",
"is_alerts_enabled": false,
"is_test": false,
"leaked_at": "2019-01-07T21:59:00+00:00",
"name": "Collection-1",
"pii_tags": [
"Email addresses",
"Passwords"
],
"related_urls": [
"https://example.com/leaks-source"
],
Expand Down
5 changes: 5 additions & 0 deletions docs/api-reference/astp/endpoints/get-source.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ This endpoint will return a source object for a given `source_id` if it exists.
"hash_type": "Plaintext",
"id": "collection-1",
"is_alerts_enabled": false,
"is_test": false,
"leaked_at": "2019-01-07T21:59:00+00:00",
"name": "Collection-1",
"pii_tags": [
"Email addresses",
"Passwords"
],
"related_urls": [
"https://example.com/leaks-source"
],
Expand Down
13 changes: 13 additions & 0 deletions docs/api-reference/astp/endpoints/get-sources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,21 @@ This endpoint will return all sources, paginated and in ascending order from lea
"hash_type": null,
"id": "2007_gpotato",
"is_alerts_enabled": false,
"is_test": false,
"leaked_at": "2008-01-01T18:03:00+00:00",
"name": "gPotato",
"pii_tags": [
"Dates of birth",
"Email addresses",
"Genders",
"IP addresses",
"Names",
"Passwords",
"Physical addresses",
"Security questions and answers",
"Usernames",
"Website activity"
],
"related_urls": [
""
],
Expand Down
15 changes: 15 additions & 0 deletions docs/api-reference/astp/endpoints/post-by-accounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,13 @@ The identity object contains a list of passwords that might be empty if not pa
"hash_type": "Plaintext",
"id": "collection-1",
"is_alerts_enabled": false,
"is_test": false,
"leaked_at": "2019-01-07T21:59:00+00:00",
"name": "Collection-1",
"pii_tags": [
"Email addresses",
"Passwords"
],
"related_urls": [
"https://example.com/leaks-source"
],
Expand Down Expand Up @@ -75,8 +80,13 @@ The identity object contains a list of passwords that might be empty if not pa
"hash_type": "Plaintext",
"id": "collection-1",
"is_alerts_enabled": false,
"is_test": false,
"leaked_at": "2019-01-07T21:59:00+00:00",
"name": "Collection-1",
"pii_tags": [
"Email addresses",
"Passwords"
],
"related_urls": [
"https://example.com/leaks-source"
],
Expand All @@ -101,8 +111,13 @@ The identity object contains a list of passwords that might be empty if not pa
"hash_type": "Plaintext",
"id": "collection-1",
"is_alerts_enabled": false,
"is_test": false,
"leaked_at": "2019-01-07T21:59:00+00:00",
"name": "Collection-1",
"pii_tags": [
"Email addresses",
"Passwords"
],
"related_urls": [
"https://example.com/leaks-source"
],
Expand Down