From f9eefe2613fc0c49958115250c554a69f2b48e31 Mon Sep 17 00:00:00 2001 From: "simon.martin1" <169689312+Stellar9154@users.noreply.github.com> Date: Tue, 12 May 2026 00:09:08 +0200 Subject: [PATCH] Add pii_tags and is_test fields to ASTP source response examples Verified against prod by querying each documented endpoint. --- .../astp/endpoints/get-by-domain.mdx | 5 +++++ .../astp/endpoints/get-by-keyword.mdx | 5 +++++ .../astp/endpoints/get-by-password.mdx | 5 +++++ docs/api-reference/astp/endpoints/get-source.mdx | 5 +++++ docs/api-reference/astp/endpoints/get-sources.mdx | 13 +++++++++++++ .../astp/endpoints/post-by-accounts.mdx | 15 +++++++++++++++ 6 files changed, 48 insertions(+) diff --git a/docs/api-reference/astp/endpoints/get-by-domain.mdx b/docs/api-reference/astp/endpoints/get-by-domain.mdx index 4ec1605..0bcf4d0 100644 --- a/docs/api-reference/astp/endpoints/get-by-domain.mdx +++ b/docs/api-reference/astp/endpoints/get-by-domain.mdx @@ -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" ], diff --git a/docs/api-reference/astp/endpoints/get-by-keyword.mdx b/docs/api-reference/astp/endpoints/get-by-keyword.mdx index af2333c..a797e19 100644 --- a/docs/api-reference/astp/endpoints/get-by-keyword.mdx +++ b/docs/api-reference/astp/endpoints/get-by-keyword.mdx @@ -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" ], diff --git a/docs/api-reference/astp/endpoints/get-by-password.mdx b/docs/api-reference/astp/endpoints/get-by-password.mdx index d2aa745..77e79d8 100644 --- a/docs/api-reference/astp/endpoints/get-by-password.mdx +++ b/docs/api-reference/astp/endpoints/get-by-password.mdx @@ -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" ], diff --git a/docs/api-reference/astp/endpoints/get-source.mdx b/docs/api-reference/astp/endpoints/get-source.mdx index d2de8f0..1ab062c 100644 --- a/docs/api-reference/astp/endpoints/get-source.mdx +++ b/docs/api-reference/astp/endpoints/get-source.mdx @@ -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" ], diff --git a/docs/api-reference/astp/endpoints/get-sources.mdx b/docs/api-reference/astp/endpoints/get-sources.mdx index 01818db..9b6836e 100644 --- a/docs/api-reference/astp/endpoints/get-sources.mdx +++ b/docs/api-reference/astp/endpoints/get-sources.mdx @@ -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": [ "" ], diff --git a/docs/api-reference/astp/endpoints/post-by-accounts.mdx b/docs/api-reference/astp/endpoints/post-by-accounts.mdx index c34604a..4a0a21f 100644 --- a/docs/api-reference/astp/endpoints/post-by-accounts.mdx +++ b/docs/api-reference/astp/endpoints/post-by-accounts.mdx @@ -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" ], @@ -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" ], @@ -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" ],