UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 2.42 kB
{"openapi":"3.0.0","servers":[{"url":"https://api.interzoid.com"}],"info":{"contact":{"email":"support@interzoid.com","name":"API Support","url":"https://www.interzoid.com","x-twitter":"interzoid"},"description":"This API provides a similarity key used to match with other similar full name data, including for purposes of deduplication, fuzzy matching, or merging of datasets. A much higher match rate will be achieved by matching on the similarity key rather than the data itself. This API is for full name data where first and last name are in the same field. Use the Full Name Parsed Similarity Key API for first and last name data that are in separate fields.","license":{"name":"Interzoid license","url":"https://www.interzoid.com/license"},"termsOfService":"https://www.interzoid.com/terms","title":"Interzoid Get Full Name Match Similarity Key API","version":"1.0.0","x-apisguru-categories":["developer_tools"],"x-logo":{"url":"https://twitter.com/interzoid/profile_image?size=original"},"x-origin":[{"format":"openapi","url":"https://oas.interzoid.com/api/getfullnamematch.json","version":"3.0"}],"x-providerName":"interzoid.com","x-serviceName":"getfullnamematch"},"externalDocs":{"description":"API home page and documentation","url":"https://www.interzoid.com/services/getfullnamematch"},"paths":{"/getfullnamematch":{"get":{"description":"Gets a similarity key for matching purposes for full name data, where first and last name are part of the same field.","operationId":"getfullnamematch","parameters":[{"description":"Your Interzoid license API key. Register at www.interzoid.com/register","in":"query","name":"license","required":true,"schema":{"type":"string"}},{"description":"Full name from which to generate similarity key","in":"query","name":"fullname","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"Code":{"type":"string"},"Credits":{"type":"string"},"Simkey":{"type":"string"}},"type":"object"}}},"description":"Generated similarity key for full name data"},"400":{"description":"bad request - insufficient parameters"},"402":{"description":"credits exhausted"},"403":{"description":"invalid license API key"},"405":{"description":"method not allowed"},"500":{"description":"internal server error"}},"summary":"Gets a similarity key for matching purposes for full name data","tags":["Full Name Match Similarity Key"]}}}}