{
  "openapi": {
    "info": {
      "title": "user-intel",
      "description": "Discover if information was disclosed in a breach.",
      "version": "2",
      "x-pangea-ui-schema": {
        "groups": [
          {
            "key": "deprecated",
            "slug": "deprecated",
            "label": "Deprecated"
          }
        ]
      }
    },
    "servers": [
      {
        "url": "https://user-intel.aws.us.pangea.cloud",
        "description": "Pangea regional service cluster"
      },
      {
        "url": "https://user-intel.aws.us-west-2.pangea.cloud",
        "description": "Pangea regional service cluster"
      }
    ],
    "paths": {
      "/v2/user/breached": {
        "post": {
          "operationId": "user_intel_post_v2_user_breached",
          "summary": "Look up breached users",
          "description": "Determine if an email address, username, phone number, or IP address was exposed in a security breach. When requesting breach data for multiple values, the response will be asynchronous. See API Reference/Asynchronous Responses",
          "requestBody": {
            "content": {
              "application/json": {
                "schema": {
                  "oneOf": [
                    {
                      "title": "Email",
                      "type": "object",
                      "additionalProperties": false,
                      "required": ["emails"],
                      "properties": {
                        "emails": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/emails"
                        },
                        "start": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/start"
                        },
                        "end": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/end"
                        },
                        "severity": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/severity"
                        },
                        "verbose": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/verbose"
                        },
                        "raw": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/raw"
                        },
                        "provider": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/provider"
                        }
                      }
                    },
                    {
                      "title": "Phone Number",
                      "type": "object",
                      "additionalProperties": false,
                      "required": ["phone_numbers"],
                      "properties": {
                        "phone_numbers": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/phone_numbers"
                        },
                        "start": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/start"
                        },
                        "end": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/end"
                        },
                        "severity": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/severity"
                        },
                        "verbose": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/verbose"
                        },
                        "raw": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/raw"
                        },
                        "provider": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/provider"
                        }
                      }
                    },
                    {
                      "title": "Username",
                      "type": "object",
                      "additionalProperties": false,
                      "required": ["usernames"],
                      "properties": {
                        "usernames": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/usernames"
                        },
                        "start": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/start"
                        },
                        "end": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/end"
                        },
                        "severity": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/severity"
                        },
                        "verbose": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/verbose"
                        },
                        "raw": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/raw"
                        },
                        "provider": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/provider"
                        }
                      }
                    },
                    {
                      "title": "IP Address",
                      "type": "object",
                      "additionalProperties": false,
                      "required": ["ips"],
                      "properties": {
                        "ips": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/ips"
                        },
                        "start": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/start"
                        },
                        "end": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/end"
                        },
                        "severity": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/severity"
                        },
                        "verbose": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/verbose"
                        },
                        "raw": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/raw"
                        },
                        "provider": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/provider"
                        }
                      }
                    },
                    {
                      "title": "Domain",
                      "type": "object",
                      "additionalProperties": false,
                      "required": ["domains"],
                      "properties": {
                        "domains": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/domains"
                        },
                        "start": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/start"
                        },
                        "end": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/end"
                        },
                        "severity": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/severity"
                        },
                        "verbose": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/verbose"
                        },
                        "raw": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/raw"
                        },
                        "provider": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/provider"
                        }
                      }
                    }
                  ],
                  "examples": [
                    {
                      "phone_numbers": ["8005550123"],
                      "start": "2018-07-10",
                      "end": "2023-03-31",
                      "provider": "spycloud"
                    }
                  ],
                  "$id": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/paths/~1v2~1user~1breached/requestBody/content/application~1json/schema"
                }
              }
            }
          },
          "responses": {
            "200": {
              "content": {
                "application/json": {
                  "schema": {
                    "$id": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/paths/~1v2~1user~1breached/responses/200/content/application~1json/schema",
                    "$schema": "https://json-schema.org/draft/2020-12/schema",
                    "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/pangea-response",
                    "$defs": {},
                    "properties": {
                      "result": {
                        "type": "object",
                        "properties": {
                          "data": {
                            "description": "High-level normalized results sent by the Pangea service",
                            "type": "object",
                            "properties": {
                              "found_in_breach": {
                                "type": "boolean",
                                "description": "A flag indicating if there was any match to the hash prefix"
                              },
                              "breach_count": {
                                "type": "integer",
                                "description": "Total number of instances of the prefix found in breach data. Prefix may be found multiple times in a single breach incident."
                              }
                            }
                          },
                          "parameter": {
                            "type": "object",
                            "description": "The parameters, which were passed in the request, echoed back",
                            "properties": {}
                          },
                          "raw_data": {
                            "type": "object",
                            "description": "The raw data from the provider. Each provider's data will have its own format",
                            "properties": {}
                          }
                        },
                        "examples": [
                          {
                            "data": {
                              "found_in_breach": true,
                              "breach_count": 3
                            },
                            "parameters": {
                              "value": "8005550123",
                              "type": "phone_number",
                              "start": "2018-07-10",
                              "end": "2023-03-31",
                              "verbose": true,
                              "raw": true,
                              "provider": "spycloud"
                            },
                            "raw_data": {
                              "cursor": "",
                              "hits": 1,
                              "results": [
                                {
                                  "account_last_activity_time": "2018-11-28T00:54:33Z",
                                  "account_login_time": "2018-11-28T17:24:19Z",
                                  "account_modification_time": "2018-11-28T18:30:36Z",
                                  "account_signup_time": "2018-11-05T00:47:45Z",
                                  "document_id": "0f3996bb-4070-4c63-a93b-8e2a2c740b47",
                                  "domain": "snet.net",
                                  "email": "delete.linda.salamacha@snet.net",
                                  "email_domain": "snet.net",
                                  "email_username": "delete.linda.salamacha",
                                  "ip_addresses": ["74.89.49.67"],
                                  "password": "$2a$10$Q7ywnq6CKkyau0FteXRCcOihBo3yLf6s0.Iwu8Si13BUgkEwe8XpW",
                                  "password_type": "bcrypt",
                                  "phone": "8005550123",
                                  "record_modification_date": "2021-03-26T00:00:00Z",
                                  "severity": 5,
                                  "source_id": 17650,
                                  "spycloud_publish_date": "2020-05-14T00:00:00Z"
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  }
                }
              },
              "description": "No description provided"
            },
            "400": {
              "description": "Validation errors",
              "content": {
                "application/json": {
                  "schema": {
                    "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/pangea-validation-errors"
                  }
                }
              }
            }
          }
        }
      },
      "/v2/password/breached": {
        "post": {
          "operationId": "user_intel_post_v2_password_breached",
          "summary": "Look up breached passwords",
          "description": "Determine if a password has been exposed in a security breach using a 5 character prefix of the password hash. When requesting breach data for multiple hash prefixes, the response will be asynchronous. See API Reference/Asynchronous Responses",
          "requestBody": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": ["hash_prefixes", "hash_type"],
                  "additionalProperties": false,
                  "properties": {
                    "hash_type": {
                      "type": "string",
                      "examples": ["sha256"],
                      "enum": ["ntlm", "sha1", "sha256", "sha512"],
                      "description": "The hash type used for the hash prefix."
                    },
                    "hash_prefixes": {
                      "type": "array",
                      "items": {
                        "type": "string",
                        "minLength": 5,
                        "maxLength": 5
                      },
                      "maxItems": 100,
                      "minItems": 1,
                      "examples": [["5baa6"]],
                      "description": "The prefix of the hash to be looked up."
                    },
                    "verbose": {
                      "type": "boolean",
                      "default": false,
                      "examples": [true],
                      "description": "Echo the API parameters in the response."
                    },
                    "raw": {
                      "type": "boolean",
                      "default": false,
                      "examples": [true],
                      "description": "Include raw data from this provider."
                    },
                    "provider": {
                      "type": "string",
                      "enum": ["spycloud"],
                      "examples": ["spycloud"],
                      "description": "Use reputation data from this provider."
                    }
                  },
                  "examples": [
                    {
                      "hash_prefixes": ["5baa6"],
                      "hash_type": "sha256",
                      "provider": "spycloud"
                    }
                  ],
                  "$id": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/paths/~1v2~1password~1breached/requestBody/content/application~1json/schema"
                }
              }
            }
          },
          "responses": {
            "200": {
              "content": {
                "application/json": {
                  "schema": {
                    "$id": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/paths/~1v2~1password~1breached/responses/200/content/application~1json/schema",
                    "$schema": "https://json-schema.org/draft/2020-12/schema",
                    "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/pangea-response",
                    "$defs": {},
                    "properties": {
                      "result": {
                        "type": "object",
                        "properties": {
                          "data": {
                            "description": "High-level normalized results sent by the Pangea service",
                            "type": "object",
                            "properties": {
                              "found_in_breach": {
                                "type": "boolean",
                                "description": "A flag indicating if there was any match to the hash prefix"
                              },
                              "breach_count": {
                                "type": "integer",
                                "description": "Total number of instances of the prefix found in breach data. Prefix may be found multiple times in a single breach incident."
                              }
                            }
                          },
                          "parameter": {
                            "type": "object",
                            "description": "The parameters, which were passed in the request, echoed back",
                            "properties": {}
                          },
                          "raw_data": {
                            "type": "object",
                            "description": "The raw data from the provider. Each provider's data will have its own format",
                            "properties": {}
                          }
                        },
                        "examples": [
                          {
                            "data": {
                              "found_in_breach": true,
                              "breach_count": 15352
                            },
                            "parameters": {
                              "hash_prefix": "5baa6",
                              "hash_type": "sha256",
                              "verbose": true,
                              "raw": true,
                              "provider": "spycloud"
                            },
                            "raw_data": {}
                          }
                        ]
                      }
                    }
                  }
                }
              },
              "description": "No description provided"
            },
            "400": {
              "description": "Validation errors",
              "content": {
                "application/json": {
                  "schema": {
                    "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/pangea-validation-errors"
                  }
                }
              }
            }
          }
        }
      },
      "/v1/user/breached": {
        "post": {
          "operationId": "user_intel_post_v1_user_breached",
          "summary": "Look up breached user",
          "description": "Determine if an email address, username, phone number, or IP address was exposed in a security breach.",
          "requestBody": {
            "content": {
              "application/json": {
                "schema": {
                  "oneOf": [
                    {
                      "title": "Email",
                      "type": "object",
                      "additionalProperties": false,
                      "required": ["email"],
                      "properties": {
                        "email": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/email"
                        },
                        "start": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/start"
                        },
                        "end": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/end"
                        },
                        "severity": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/severity"
                        },
                        "verbose": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/verbose"
                        },
                        "raw": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/raw"
                        },
                        "provider": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/provider"
                        },
                        "cursor": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/cursor"
                        }
                      }
                    },
                    {
                      "title": "Phone Number",
                      "type": "object",
                      "additionalProperties": false,
                      "required": ["phone_number"],
                      "properties": {
                        "phone_number": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/phone_number"
                        },
                        "start": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/start"
                        },
                        "end": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/end"
                        },
                        "severity": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/severity"
                        },
                        "verbose": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/verbose"
                        },
                        "raw": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/raw"
                        },
                        "provider": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/provider"
                        },
                        "cursor": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/cursor"
                        }
                      }
                    },
                    {
                      "title": "Username",
                      "type": "object",
                      "additionalProperties": false,
                      "required": ["username"],
                      "properties": {
                        "username": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/username"
                        },
                        "start": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/start"
                        },
                        "end": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/end"
                        },
                        "severity": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/severity"
                        },
                        "verbose": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/verbose"
                        },
                        "raw": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/raw"
                        },
                        "provider": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/provider"
                        },
                        "cursor": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/cursor"
                        }
                      }
                    },
                    {
                      "title": "IP Address",
                      "type": "object",
                      "additionalProperties": false,
                      "required": ["ip"],
                      "properties": {
                        "ip": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/ip"
                        },
                        "start": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/start"
                        },
                        "end": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/end"
                        },
                        "severity": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/severity"
                        },
                        "verbose": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/verbose"
                        },
                        "raw": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/raw"
                        },
                        "provider": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/provider"
                        },
                        "cursor": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/cursor"
                        }
                      }
                    },
                    {
                      "title": "Domain",
                      "type": "object",
                      "additionalProperties": false,
                      "required": ["domain"],
                      "properties": {
                        "domain": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/domain"
                        },
                        "start": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/start"
                        },
                        "end": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/end"
                        },
                        "severity": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/severity"
                        },
                        "verbose": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/verbose"
                        },
                        "raw": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/raw"
                        },
                        "provider": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/provider"
                        },
                        "cursor": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/cursor"
                        }
                      }
                    }
                  ],
                  "examples": [
                    {
                      "phone_number": "8005550123",
                      "start": "2018-07-10",
                      "end": "2023-03-31",
                      "provider": "spycloud"
                    }
                  ],
                  "$id": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/paths/~1v1~1user~1breached/requestBody/content/application~1json/schema"
                }
              }
            }
          },
          "responses": {
            "200": {
              "content": {
                "application/json": {
                  "schema": {
                    "$id": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/paths/~1v1~1user~1breached/responses/200/content/application~1json/schema",
                    "$schema": "https://json-schema.org/draft/2020-12/schema",
                    "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/pangea-response",
                    "$defs": {},
                    "properties": {
                      "result": {
                        "type": "object",
                        "properties": {
                          "data": {
                            "description": "High-level normalized results sent by the Pangea service",
                            "type": "object",
                            "properties": {
                              "found_in_breach": {
                                "type": "boolean",
                                "description": "A flag indicating if there was any match to the hash prefix"
                              },
                              "breach_count": {
                                "type": "integer",
                                "description": "Total number of instances of the prefix found in breach data. Prefix may be found multiple times in a single breach incident."
                              }
                            }
                          },
                          "parameter": {
                            "type": "object",
                            "description": "The parameters, which were passed in the request, echoed back",
                            "properties": {}
                          },
                          "raw_data": {
                            "type": "object",
                            "description": "The raw data from the provider. Each provider's data will have its own format",
                            "properties": {}
                          }
                        },
                        "examples": [
                          {
                            "data": {
                              "found_in_breach": true,
                              "breach_count": 3
                            },
                            "parameters": {
                              "value": "8005550123",
                              "type": "phone_number",
                              "start": "2018-07-10",
                              "end": "2023-03-31",
                              "verbose": true,
                              "raw": true,
                              "provider": "spycloud"
                            },
                            "raw_data": {
                              "cursor": "",
                              "hits": 1,
                              "results": [
                                {
                                  "account_last_activity_time": "2018-11-28T00:54:33Z",
                                  "account_login_time": "2018-11-28T17:24:19Z",
                                  "account_modification_time": "2018-11-28T18:30:36Z",
                                  "account_signup_time": "2018-11-05T00:47:45Z",
                                  "document_id": "0f3996bb-4070-4c63-a93b-8e2a2c740b47",
                                  "domain": "snet.net",
                                  "email": "delete.linda.salamacha@snet.net",
                                  "email_domain": "snet.net",
                                  "email_username": "delete.linda.salamacha",
                                  "ip_addresses": ["74.89.49.67"],
                                  "password": "$2a$10$Q7ywnq6CKkyau0FteXRCcOihBo3yLf6s0.Iwu8Si13BUgkEwe8XpW",
                                  "password_type": "bcrypt",
                                  "phone": "8005550123",
                                  "record_modification_date": "2021-03-26T00:00:00Z",
                                  "severity": 5,
                                  "source_id": 17650,
                                  "spycloud_publish_date": "2020-05-14T00:00:00Z"
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  }
                }
              },
              "description": "No description provided"
            },
            "400": {
              "description": "Validation errors",
              "content": {
                "application/json": {
                  "schema": {
                    "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/pangea-validation-errors"
                  }
                }
              }
            }
          }
        }
      },
      "/v1/breach": {
        "post": {
          "operationId": "user_intel_post_v1_breach",
          "summary": "Get breach details",
          "description": "Given a provider specific breach ID, find details about the breach.",
          "requestBody": {
            "content": {
              "application/json": {
                "schema": {
                  "oneOf": [
                    {
                      "title": "Breach ID",
                      "type": "object",
                      "required": ["breach_id"],
                      "additionalProperties": false,
                      "properties": {
                        "breach_id": {
                          "type": "string",
                          "examples": ["66111"],
                          "description": "The ID of a breach returned by a provider."
                        },
                        "verbose": {
                          "type": "boolean",
                          "default": false,
                          "examples": [true],
                          "description": "Echo the API parameters in the response."
                        },
                        "provider": {
                          "type": "string",
                          "enum": ["spycloud"],
                          "examples": ["spycloud"],
                          "description": "Get breach data from this provider."
                        },
                        "cursor": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/cursor"
                        },
                        "start": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/start"
                        },
                        "end": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/end"
                        }
                      },
                      "examples": [
                        {
                          "breach_id": "66111",
                          "provider": "spycloud"
                        }
                      ]
                    },
                    {
                      "title": "Date Range",
                      "type": "object",
                      "required": ["start", "end"],
                      "additionalProperties": false,
                      "properties": {
                        "severity": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/end"
                        },
                        "verbose": {
                          "type": "boolean",
                          "default": false,
                          "examples": [true],
                          "description": "Echo the API parameters in the response."
                        },
                        "provider": {
                          "type": "string",
                          "enum": ["spycloud"],
                          "examples": ["spycloud"],
                          "description": "Get breach data from this provider."
                        },
                        "cursor": {
                          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/cursor"
                        },
                        "start": {
                          "type": "string",
                          "examples": ["2020-05-14"],
                          "description": "This parameter allows you to define the starting point for a date range query on the spycloud_publish_date field."
                        },
                        "end": {
                          "type": "string",
                          "examples": ["2020-05-15"],
                          "description": "This parameter allows you to define the ending point for a date range query on the spycloud_publish_date field.\n\n"
                        }
                      },
                      "examples": [
                        {
                          "breach_id": "66111",
                          "provider": "spycloud"
                        }
                      ]
                    }
                  ],
                  "$id": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/paths/~1v1~1breach/requestBody/content/application~1json/schema"
                }
              }
            }
          },
          "responses": {
            "200": {
              "content": {
                "application/json": {
                  "schema": {
                    "$id": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/paths/~1v1~1breach/responses/200/content/application~1json/schema",
                    "$schema": "https://json-schema.org/draft/2020-12/schema",
                    "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/pangea-response",
                    "$defs": {},
                    "properties": {
                      "result": {
                        "type": "object",
                        "properties": {
                          "found": {
                            "type": "boolean",
                            "description": "A flag indicating if the lookup was successful"
                          },
                          "data": {
                            "description": "Breach details given by the provider",
                            "type": "object"
                          }
                        },
                        "parameter": {
                          "type": "object",
                          "description": "The parameters, which were passed in the request, echoed back",
                          "properties": {}
                        },
                        "examples": [
                          {
                            "found": true,
                            "data": {}
                          }
                        ]
                      }
                    }
                  }
                }
              },
              "description": "No description provided"
            },
            "400": {
              "description": "Validation errors",
              "content": {
                "application/json": {
                  "schema": {
                    "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/pangea-validation-errors"
                  }
                }
              }
            }
          }
        }
      },
      "/v1/password/breached": {
        "post": {
          "operationId": "user_intel_post_v1_password_breached",
          "summary": "Look up breached passwords (deprecated)",
          "description": "Determine if a password has been exposed in a security breach using a 5 character prefix of the password hash.",
          "tags": ["deprecated"],
          "x-pangea-ui-schema": {
            "group": "deprecated"
          },
          "requestBody": {
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "required": ["hash_prefix", "hash_type"],
                  "additionalProperties": false,
                  "properties": {
                    "hash_type": {
                      "type": "string",
                      "examples": ["sha256"],
                      "enum": ["ntlm", "sha1", "sha256", "sha512"],
                      "description": "The hash type used for the hash prefix."
                    },
                    "hash_prefix": {
                      "type": "string",
                      "minLength": 5,
                      "maxLength": 5,
                      "examples": ["5baa6"],
                      "description": "The prefix of the hash to be looked up."
                    },
                    "verbose": {
                      "type": "boolean",
                      "default": false,
                      "examples": [true],
                      "description": "Echo the API parameters in the response."
                    },
                    "raw": {
                      "type": "boolean",
                      "default": false,
                      "examples": [true],
                      "description": "Include raw data from this provider."
                    },
                    "provider": {
                      "type": "string",
                      "enum": ["spycloud"],
                      "examples": ["spycloud"],
                      "description": "Use reputation data from this provider."
                    }
                  },
                  "examples": [
                    {
                      "hash_prefix": "5baa6",
                      "hash_type": "sha256",
                      "provider": "spycloud"
                    }
                  ],
                  "$id": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/paths/~1v1~1password~1breached/requestBody/content/application~1json/schema"
                }
              }
            }
          },
          "responses": {
            "200": {
              "content": {
                "application/json": {
                  "schema": {
                    "$id": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/paths/~1v1~1password~1breached/responses/200/content/application~1json/schema",
                    "$schema": "https://json-schema.org/draft/2020-12/schema",
                    "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/pangea-response",
                    "$defs": {},
                    "properties": {
                      "result": {
                        "type": "object",
                        "properties": {
                          "data": {
                            "description": "High-level normalized results sent by the Pangea service",
                            "type": "object",
                            "properties": {
                              "found_in_breach": {
                                "type": "boolean",
                                "description": "A flag indicating if there was any match to the hash prefix"
                              },
                              "breach_count": {
                                "type": "integer",
                                "description": "Total number of instances of the prefix found in breach data. Prefix may be found multiple times in a single breach incident."
                              }
                            }
                          },
                          "parameter": {
                            "type": "object",
                            "description": "The parameters, which were passed in the request, echoed back",
                            "properties": {}
                          },
                          "raw_data": {
                            "type": "object",
                            "description": "The raw data from the provider. Each provider's data will have its own format",
                            "properties": {}
                          }
                        },
                        "examples": [
                          {
                            "data": {
                              "found_in_breach": true,
                              "breach_count": 15352
                            },
                            "parameters": {
                              "hash_prefix": "5baa6",
                              "hash_type": "sha256",
                              "verbose": true,
                              "raw": true,
                              "provider": "spycloud"
                            },
                            "raw_data": {}
                          }
                        ]
                      }
                    }
                  }
                }
              },
              "description": "No description provided"
            },
            "400": {
              "description": "Validation errors",
              "content": {
                "application/json": {
                  "schema": {
                    "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/pangea-validation-errors"
                  }
                }
              }
            }
          }
        }
      }
    },
    "openapi": "3.1.0",
    "components": {
      "schemas": {
        "pangea-response": {
          "title": "Response Schema",
          "description": "Pangea standard response schema",
          "type": "object",
          "required": ["request_id", "request_time", "response_time", "status"],
          "properties": {
            "request_id": {
              "type": "string",
              "description": "A unique identifier assigned to each request made to the API. It is used to track and identify a specific request and its associated data. The `request_id` can be helpful for troubleshooting, auditing, and tracing the flow of requests within the system. It allows users to reference and retrieve information related to a particular request, such as the response, parameters, and raw data associated with that specific request.\n\n```\n\"request_id\":\"prq_x6fdiizbon6j3bsdvnpmwxsz2aan7fqd\"\n```"
            },
            "request_time": {
              "type": "string",
              "description": "The timestamp indicates the exact moment when a request is made to the API. It represents the date and time at which the request was initiated by the client. The `request_time` is useful for tracking and analyzing the timing of requests, measuring response times, and monitoring performance metrics. It allows users to determine the duration between the request initiation and the corresponding response, aiding in the assessment of API performance and latency.\n\n```\n\"request_time\":\"2022-09-21T17:24:33.105Z\"\n```"
            },
            "response_time": {
              "type": "string",
              "description": "Duration it takes for the API to process a request and generate a response. It represents the elapsed time from when the request is received by the API to when the corresponding response is returned to the client.\n\n```\n\"response_time\":\"2022-09-21T17:24:34.007Z\"\n```"
            },
            "status": {
              "type": "string",
              "description": "It represents the status or outcome of the API request made for IP information. It indicates the current state or condition of the request and provides information on the success or failure of the request.\n\n```\n\"status\":\"success\"\n```"
            },
            "summary": {
              "type": "string",
              "description": "Provides a concise and brief overview of the purpose or primary objective of the API endpoint. It serves as a high-level summary or description of the functionality or feature offered by the endpoint."
            },
            "result": {
              "type": "object"
            }
          },
          "examples": [
            {
              "request_id": "prq_x6fdiizbon6j3bsdvnpmwxsz2aan7fqd",
              "request_time": "2022-09-21T17:24:33.105Z",
              "response_time": "2022-09-21T17:24:34.007Z",
              "status": "success"
            }
          ],
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/pangea-response"
        },
        "pangea-validation-errors": {
          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/pangea-response",
          "required": ["result"],
          "properties": {
            "result": {
              "type": "object",
              "required": ["errors"],
              "properties": {
                "errors": {
                  "type": "array",
                  "minItems": 1,
                  "items": {
                    "type": "object",
                    "required": ["code", "detail", "source"],
                    "properties": {
                      "code": {
                        "type": "string",
                        "enum": [
                          "FieldRequired",
                          "InvalidString",
                          "InvalidNumber",
                          "InvalidInteger",
                          "InvalidObject",
                          "InvalidArray",
                          "InvalidNull",
                          "InvalidBool",
                          "BadFormat",
                          "BadFormatPangeaDuration",
                          "BadFormatDateTime",
                          "BadFormatTime",
                          "BadFormatDate",
                          "BadFormatEmail",
                          "BadFormatHostname",
                          "BadFormatIPv4",
                          "BadFormatIPv6",
                          "BadFormatIPAddress",
                          "BadFormatUUID",
                          "BadFormatURI",
                          "BadFormatURIReference",
                          "BadFormatIRI",
                          "BadFormatIRIReference",
                          "BadFormatJSONPointer",
                          "BadFormatRelativeJSONPointer",
                          "BadFormatRegex",
                          "BadFormatJSONPath",
                          "BadFormatBase64",
                          "DoesNotMatchPattern",
                          "DoesNotMatchPatternProperties",
                          "NotEnumMember",
                          "AboveMaxLength",
                          "BelowMinLength",
                          "AboveMaxItems",
                          "BelowMinItems",
                          "NotMultipleOf",
                          "NotWithinRange",
                          "UnexpectedProperty",
                          "InvalidPropertyName",
                          "AboveMaxProperties",
                          "BelowMinProperties",
                          "NotContains",
                          "ContainsTooMany",
                          "ContainsTooFew",
                          "ItemNotUnique",
                          "UnexpectedAdditionalItem",
                          "InvalidConst",
                          "IsDependentOn",
                          "IsTooBig",
                          "IsTooSmall",
                          "ShouldNotBeValid",
                          "NoUnevaluatedItems",
                          "NoUnevaluatedProperties",
                          "DoesNotExist",
                          "IsReadOnly",
                          "CannotAddToDefault",
                          "MustProvideOne",
                          "MutuallyExclusive",
                          "BadState",
                          "InaccessibleURI",
                          "ProviderDisabled",
                          "ConfigProjectMismatch",
                          "ConfigServiceMismatch",
                          "ConfigNotExist"
                        ]
                      },
                      "detail": {
                        "type": "string",
                        "description": "Human readable description of the error"
                      },
                      "source": {
                        "type": "string",
                        "description": "Path to the data source of the error",
                        "format": "json-pointer"
                      },
                      "path": {
                        "type": "string",
                        "description": "The Schema path where the error occurred",
                        "format": "json-pointer"
                      }
                    }
                  }
                }
              }
            }
          },
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/pangea-validation-errors"
        },
        "FileIntelServiceConfig": {
          "type": "object",
          "description": "Configuration options available for File Intel service",
          "required": [],
          "properties": {
            "id": {
              "type": "string",
              "description": "The config ID"
            },
            "created_at": {
              "type": "string",
              "description": "The DB timestamp when this config was created. Ignored when submitted.",
              "format": "date-time"
            },
            "updated_at": {
              "type": "string",
              "description": "The DB timestamp when this config was last updated at",
              "format": "date-time"
            },
            "name": {
              "description": "configuration name",
              "type": "string"
            },
            "proxy_enabled": {
              "description": "In Private Cloud deployment, set this to true, otherwise it should be false",
              "type": "boolean",
              "default": false
            },
            "saasconfig_resource_id": {
              "type": "string",
              "description": "Service config ID on Pangea SaaS cloud"
            },
            "reputation_default_provider": {
              "type": "string",
              "enum": ["reversinglabs", "crowdstrike"],
              "description": "Use Reversing Labs/CrowdStrike File Intel reputation provider"
            }
          },
          "additionalProperties": false,
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/FileIntelServiceConfig"
        },
        "IPIntelServiceConfig": {
          "type": "object",
          "description": "Configuration options available for IP Intel service",
          "required": [],
          "properties": {
            "id": {
              "type": "string",
              "description": "The config ID"
            },
            "created_at": {
              "type": "string",
              "description": "The DB timestamp when this config was created. Ignored when submitted.",
              "format": "date-time"
            },
            "updated_at": {
              "type": "string",
              "description": "The DB timestamp when this config was last updated at",
              "format": "date-time"
            },
            "name": {
              "description": "configuration name",
              "type": "string"
            },
            "proxy_enabled": {
              "description": "In Private Cloud deployment, set this to true, otherwise it should be false",
              "type": "boolean",
              "default": false
            },
            "saasconfig_resource_id": {
              "type": "string",
              "description": "Service config ID on Pangea SaaS cloud"
            },
            "vpn_default_provider": {
              "type": "string",
              "default": "digitalelement",
              "enum": ["digitalelement"],
              "description": "Use DigitalElement as default VPN reputation provider"
            },
            "proxy_default_provider": {
              "type": "string",
              "default": "digitalelement",
              "enum": ["digitalelement"],
              "description": "Use DigitalElement as default Proxy reputation provider"
            },
            "domain_default_provider": {
              "type": "string",
              "default": "digitalelement",
              "enum": ["digitalelement"],
              "description": "Use DigitalElement as default Domain reputation provider"
            },
            "geolocate_default_provider": {
              "type": "string",
              "default": "digitalelement",
              "enum": ["digitalelement"],
              "description": "Use DigitalElement as default Geolocate reputation provider"
            },
            "whois_default_provider": {
              "type": "string",
              "default": "whoisxml",
              "enum": ["whoisxml"],
              "description": "Use WhoIs as default whois provider"
            },
            "reputation_default_provider": {
              "type": "string",
              "enum": ["crowdstrike", "cymru"],
              "description": "Use CrowdStrike/Team Cymru as IP Intel reputation provider"
            }
          },
          "additionalProperties": false,
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/IPIntelServiceConfig"
        },
        "DomainIntelServiceConfig": {
          "type": "object",
          "description": "Configuration options available for Domain Intel service",
          "required": [],
          "properties": {
            "id": {
              "type": "string",
              "description": "The config ID"
            },
            "created_at": {
              "type": "string",
              "description": "The DB timestamp when this config was created. Ignored when submitted.",
              "format": "date-time"
            },
            "updated_at": {
              "type": "string",
              "description": "The DB timestamp when this config was last updated at",
              "format": "date-time"
            },
            "name": {
              "description": "configuration name",
              "type": "string"
            },
            "proxy_enabled": {
              "description": "In Private Cloud deployment, set this to true, otherwise it should be false",
              "type": "boolean",
              "default": false
            },
            "saasconfig_resource_id": {
              "type": "string",
              "description": "Service config ID on Pangea SaaS cloud"
            },
            "whois_default_provider": {
              "type": "string",
              "default": "whoisxml",
              "enum": ["whoisxml"],
              "description": "Use WhoIs as default whois provider"
            },
            "reputation_default_provider": {
              "type": "string",
              "enum": ["crowdstrike", "cymru"],
              "description": "Use CrowdStrike/Team Cymru Domain Intel reputation provider"
            }
          },
          "additionalProperties": false,
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/DomainIntelServiceConfig"
        },
        "URLIntelServiceConfig": {
          "type": "object",
          "description": "Configuration options available for URL Intel service",
          "required": [],
          "properties": {
            "id": {
              "type": "string",
              "description": "The config ID"
            },
            "created_at": {
              "type": "string",
              "description": "The DB timestamp when this config was created. Ignored when submitted.",
              "format": "date-time"
            },
            "updated_at": {
              "type": "string",
              "description": "The DB timestamp when this config was last updated at",
              "format": "date-time"
            },
            "name": {
              "description": "configuration name",
              "type": "string"
            },
            "proxy_enabled": {
              "description": "In Private Cloud deployment, set this to true, otherwise it should be false",
              "type": "boolean",
              "default": false
            },
            "saasconfig_resource_id": {
              "type": "string",
              "description": "Service config ID on Pangea SaaS cloud"
            },
            "reputation_default_provider": {
              "type": "string",
              "default": "crowdstrike",
              "enum": ["crowdstrike"],
              "description": "Use CrowdStrike as URL Intel reputation provider"
            }
          },
          "additionalProperties": false,
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/URLIntelServiceConfig"
        },
        "UserIntelServiceConfig": {
          "type": "object",
          "description": "Configuration options available for User Intel service",
          "required": [],
          "properties": {
            "id": {
              "type": "string",
              "description": "The config ID"
            },
            "created_at": {
              "type": "string",
              "description": "The DB timestamp when this config was created. Ignored when submitted.",
              "format": "date-time"
            },
            "updated_at": {
              "type": "string",
              "description": "The DB timestamp when this config was last updated at",
              "format": "date-time"
            },
            "name": {
              "description": "configuration name",
              "type": "string"
            },
            "proxy_enabled": {
              "description": "In Private Cloud deployment, set this to true, otherwise it should be false",
              "type": "boolean",
              "default": false
            },
            "saasconfig_resource_id": {
              "type": "string",
              "description": "Service config ID on Pangea SaaS cloud"
            },
            "user_breached_default_provider": {
              "type": "string",
              "default": "spycloud",
              "enum": ["spycloud"],
              "description": "Use SpyCloud as default user breach info provider"
            },
            "password_breached_default_provider": {
              "type": "string",
              "default": "spycloud",
              "enum": ["spycloud"],
              "description": "Use SpyCloud as default password breach info provider"
            },
            "breach_default_provider": {
              "type": "string",
              "enum": ["spycloud"],
              "description": "Use SpyCloud as default breach provider"
            }
          },
          "additionalProperties": false,
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/UserIntelServiceConfig"
        },
        "IntelServiceConfigList": {
          "type": "object",
          "additionalProperties": false,
          "description": "List or filter/search records.",
          "properties": {
            "filter": {
              "type": "object",
              "properties": {
                "id": {
                  "description": "Only records where id equals this value.",
                  "nullable": false,
                  "type": "string"
                },
                "id__contains": {
                  "description": "Only records where id includes each substring.",
                  "items": {
                    "description": "A substring to check for.",
                    "type": "string"
                  },
                  "type": "array"
                },
                "id__in": {
                  "description": "Only records where id equals one of the provided substrings.",
                  "items": {
                    "description": "A substring to check for.",
                    "type": "string"
                  },
                  "type": "array"
                },
                "created_at": {
                  "description": "Only records where created_at equals this value.",
                  "format": "date-time",
                  "nullable": false,
                  "type": "string"
                },
                "created_at__gt": {
                  "description": "Only records where created_at is greater than this value.",
                  "format": "date-time",
                  "type": "string"
                },
                "created_at__gte": {
                  "description": "Only records where created_at is greater than or equal to this value.",
                  "format": "date-time",
                  "type": "string"
                },
                "created_at__lt": {
                  "description": "Only records where created_at is less than this value.",
                  "format": "date-time",
                  "type": "string"
                },
                "created_at__lte": {
                  "description": "Only records where created_at is less than or equal to this value.",
                  "format": "date-time",
                  "type": "string"
                },
                "updated_at": {
                  "description": "Only records where updated_at equals this value.",
                  "format": "date-time",
                  "nullable": false,
                  "type": "string"
                },
                "updated_at__gt": {
                  "description": "Only records where updated_at is greater than this value.",
                  "format": "date-time",
                  "type": "string"
                },
                "updated_at__gte": {
                  "description": "Only records where updated_at is greater than or equal to this value.",
                  "format": "date-time",
                  "type": "string"
                },
                "updated_at__lt": {
                  "description": "Only records where updated_at is less than this value.",
                  "format": "date-time",
                  "type": "string"
                },
                "updated_at__lte": {
                  "description": "Only records where updated_at is less than or equal to this value.",
                  "format": "date-time",
                  "type": "string"
                }
              },
              "additionalProperties": false
            },
            "last": {
              "description": "Reflected value from a previous response to obtain the next page of results.",
              "type": "string"
            },
            "order": {
              "description": "Order results asc(ending) or desc(ending).",
              "enum": ["asc", "desc"],
              "type": "string"
            },
            "order_by": {
              "description": "Which field to order results by.",
              "enum": ["id", "created_at", "updated_at"],
              "type": "string"
            },
            "size": {
              "description": "Maximum results to include in the response.",
              "minimum": 1,
              "type": "integer"
            }
          },
          "required": [],
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/IntelServiceConfigList"
        },
        "DateTimeRel": {
          "type": "string",
          "description": "An RFC-3339 formatted timestamp, or relative time adjustment from the current time.",
          "oneOf": [
            {
              "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/Duration"
            },
            {
              "title": "Date",
              "description": "A specific date (YYYY-MM-DD) in the past. e.g. 2023-03-25",
              "pattern": "^\\d{4}-\\d{1,2}-\\d{1,2}$",
              "type": "string",
              "examples": ["2023-03-25"]
            }
          ],
          "maxLength": 128,
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/DateTimeRel"
        },
        "Duration": {
          "type": "string",
          "title": "Relative Date",
          "description": "A date some time in the past. e.g. 10d, 1w, 2mo, 1year etc",
          "pattern": "^(\\d+)(d|da|day|days|mo|mon|month|months|w|week|weeks|y|year|years)$",
          "examples": ["10d"],
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/Duration"
        },
        "cursor": {
          "type": "string",
          "examples": ["a22037ed-ab67-4bc8-9c66-fb6a9f7caf34"],
          "description": "Token provided by SpyCloud when `raw` is set to `true`. Post this string to the API to view the next page of the results. Each raw results page displays up to 1000 records.",
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/cursor"
        },
        "severity": {
          "type": "array",
          "items": {
            "type": "integer"
          },
          "examples": [[25]],
          "description": "Filter for records that match one of the given severities",
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/severity"
        },
        "email": {
          "type": "string",
          "format": "email",
          "examples": ["test@example.com"],
          "description": "An email address to search for",
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/email"
        },
        "emails": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "email"
          },
          "maxItems": 100,
          "minItems": 1,
          "examples": [["test@example.com"]],
          "description": "A list of email addresses to search for",
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/emails"
        },
        "phone_numbers": {
          "type": "array",
          "items": {
            "type": "string",
            "pattern": "[0-9]+",
            "minLength": 7,
            "maxLength": 15
          },
          "maxItems": 100,
          "minItems": 1,
          "examples": [["8005550123"]],
          "description": "A list of phone numbers to search for",
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/phone_numbers"
        },
        "phone_number": {
          "type": "string",
          "pattern": "[0-9]+",
          "minLength": 7,
          "maxLength": 15,
          "examples": ["8005550123"],
          "description": "Phone number to search for",
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/phone_number"
        },
        "username": {
          "type": "string",
          "examples": ["shortpatrick"],
          "description": "A user name to search for",
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/username"
        },
        "usernames": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxItems": 100,
          "minItems": 1,
          "examples": [["shortpatrick"]],
          "description": "A list of user names to search for",
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/usernames"
        },
        "ip": {
          "type": "string",
          "format": "ip-address",
          "examples": ["192.168.140.37"],
          "description": "An IP address to search for",
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/ip"
        },
        "ips": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "ip-address"
          },
          "maxItems": 100,
          "minItems": 1,
          "examples": [["192.168.140.37"]],
          "description": "A list of IP addresses to search for",
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/ips"
        },
        "domain": {
          "type": "string",
          "format": "hostname",
          "examples": ["example.com"],
          "description": "Search for user under this domain",
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/domain"
        },
        "domains": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "hostname"
          },
          "maxItems": 100,
          "minItems": 1,
          "examples": [["example.com"]],
          "description": "Search for user under these domains",
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/domains"
        },
        "start": {
          "type": "string",
          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/DateTimeRel",
          "examples": ["2018-07-10"],
          "description": "Earliest date for search",
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/start"
        },
        "end": {
          "type": "string",
          "$ref": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json#/components/schemas/DateTimeRel",
          "examples": ["2023-03-31"],
          "description": "Latest date for search",
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/end"
        },
        "verbose": {
          "type": "boolean",
          "default": false,
          "examples": [true],
          "description": "Echo the API parameters in the response",
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/verbose"
        },
        "raw": {
          "type": "boolean",
          "default": false,
          "examples": [true],
          "description": "Include raw data from this provider",
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/raw"
        },
        "provider": {
          "type": "string",
          "enum": ["spycloud"],
          "examples": ["spycloud"],
          "description": "Use this provider",
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/provider"
        },
        "pangea-service-config-id": {
          "type": "string",
          "description": "An ID for a service config",
          "pattern": "^pci_[a-z2-7]{32}$",
          "examples": ["pci_wuk7tvtpswyjtlsx52b7yyi2l7zotv4a"],
          "$id": "https://pangea.cloud/docs/openapi/user-intel_openapi.json#/components/schemas/pangea-service-config-id"
        }
      },
      "securitySchemes": {
        "APIToken": {
          "type": "http",
          "bearerFormat": "token",
          "description": "Pangea API Token",
          "scheme": "bearer"
        }
      }
    },
    "jsonSchemaDialect": "https://json-schema.org/draft/2020-12/schema"
  },
  "remoteDocuments": {},
  "url": "https://user-intel.aws.us.pangea.cloud/v1/openapi.json"
}
