Neutrinoapi
Connector for the neutrinoapi API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://neutrinoapi.net - Auth:
header:api-key(pass your key via theapiKeyinput)
Operations
binlistdownload— GET /bin-list-download — BIN List Downloadbinlookup— GET /bin-lookup — BIN Lookupconvert— GET /convert — Convertemailvalidate— GET /email-validate — Email Validateemailverify— GET /email-verify — Email Verifygeocodeaddress— GET /geocode-address — Geocode Address
Inputs
apiKey— your neutrinoapi API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: binlistdownload
apiKey: <your key>