ssn-validator tool
This is a simple SSN validation tool API that verifies if a given Social Security Number (SSN) matches the valid format XXX-XX-XXXX. This tool checks whether the input conforms to the standard SSN structure using regular expressions. Key Features: The API accepts POST requests containing an SSN in JSON format. It returns a JSON response indicating whether the SSN is valid or not. The API only…
ssn-validator tool endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/validate_ssn /validate_ssn |
Since the SSN validation API performs a single function (validating the format of an SSN), there would be a single primary endpoint. |
ssn-validator tool pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|