Fungenerators Fake Identity
Connector for the fungenerators-fake-identity API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.fungenerators.com - Auth:
header:X-Fungenerators-Api-Secret(pass your key via theapiKeyinput)
Operations
get_identity_company— GET /identity/company — Generate full company identityget_identity_company_address— GET /identity/company/address — Generate postal addressesget_identity_company_name— GET /identity/company/name — Generate company name(s)get_identity_company_phonenumber— GET /identity/company/phonenumber — Generate random company phone number(s)get_identity_person— GET /identity/person — Generate full identity name, phone, email, address, credit card etc.get_identity_person_address— GET /identity/person/address — Generate postal addresses
Inputs
apiKey— your fungenerators-fake-identity 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: get_identity_company
apiKey: <your key>