Equifax
Aynı zamanda bir ajan aracıEquifax API Cloud (developer.equifax.com): request/response REST/JSON products for consumer credit, identity, and verification. Consumer Credit — credit report and score inquiry + retrieve report/score by id, credit monitoring enrollment (OneView-style single-inquiry EFX credit file plus alternative data; DataX specialty-finance report). Digital Identity & Fraud — Digital Identity Trust (verify phone/email/address/device), State Issued ID Trust, Document Verification, FraudIQ Identity Scan Alert. Verification — The Work Number ID (verify identity of an applicant), Account Verification (authenticate a bank account / card presented by a consumer). Auth is OAuth2 client_credentials: the runtime mints a Bearer token from POST https://api.equifax.com/v2/oauth/token (grant_type=client_credentials) using Basic auth of client_id:client_secret plus a product scope. Base host is https://api.equifax.com (production) / https://api.sandbox.equifax.com (sandbox), modeled via auth.environments (PH-ENV-01). Endpoints follow the documented pattern POST https://api.equifax.com/{namespace}/v1/{resource}; exact per-product namespace prefixes are gated behind Equifax's authenticated developer portal and are flagged as equifax-04 for confirmation at credential-provisioning time. Equifax API Cloud is a request/response API with no general signed inbound webhook — triggers is empty; the change path is polling / re-inquiry (equifax-03). Note: Equifax API access is gated behind an enterprise contract + sandbox app registration; credentials are not self-serve (equifax-01).
18 eylemler · 0 tetikleyiciler
Equifax entegrasyonu — 18 aksiyon ile Equifax'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: Get OAuth Scopes, Request Consumer Credit Report, Get Consumer Credit Report, Get Consumer Credit Report (PDF), Request Consumer Credit Score. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.
Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.
Eylemler 18
Zervanor'un Equifax üzerinde yapabilecekleri.
Business7
Request Consumer Credit Report
Submit a consumer credit inquiry and return a JSON credit report (POST /business/credit-report/v1/reports). Body carries the consumer identity (name, address, SSN/national id, DOB) plus product/permissible-purpose options. Consumer-reporting inquiry — treat the request and response as regulated PII.
Get Consumer Credit Report
Retrieve a previously requested credit report by its report id (GET /business/credit-report/v1/reports/{reportId}). Use the report id / RequestID returned by Request Consumer Credit Report.
Get Consumer Credit Report (PDF)
Retrieve the rendered PDF version of a credit report by report id (GET /business/credit-report/v1/reports/{reportId}/print). Response is a PDF document rather than JSON.
Request Consumer Credit Score
Request a consumer credit score (POST /business/credit-report/v1/scores). Body carries the consumer identity plus the score model/product configuration. Returns the score(s) and reason codes as JSON.
Enroll in Credit Monitoring
Enroll a consumer for scheduled recurring or on-demand credit-report delivery (POST /business/credit-monitoring/v1/enrollments). Body carries the consumer identity plus the monitoring/delivery configuration.
Get Credit Monitoring Enrollment
Retrieve the status of a credit-monitoring enrollment by id (GET /business/credit-monitoring/v1/enrollments/{enrollmentId}).
Request DataX Credit Report
Submit a specialty-finance (DataX) consumer inquiry and return a JSON report (POST /business/datax-credit-report/v1/reports). DataX is Equifax's specialty-finance consumer data repository; body carries the consumer identity plus product options.
Identity6
Verify Digital Identity Trust
Verify consumer-provided digital identity information — phone, email, address, and mobile device (POST /identity/digital-identity-trust/v1/verifications). Returns match/trust indicators as JSON.
Get Digital Identity Trust Result
Retrieve a Digital Identity Trust verification result by id (GET /identity/digital-identity-trust/v1/verifications/{verificationId}).
Verify State Issued ID Trust
Verify the authenticity and legitimacy of a consumer's state-issued ID (POST /identity/state-id-trust/v1/verifications). Returns identity-trust indicators as JSON.
Verify Identity Document
Verify a consumer identity document such as a driver license or passport (POST /identity/document-verification/v1/verifications). Body carries the document image/data reference. Returns document authenticity + extracted data as JSON.
Get Document Verification Result
Retrieve a document-verification result by id (GET /identity/document-verification/v1/verifications/{verificationId}).
Run FraudIQ Identity Scan Alert
Screen a consumer identity for fraud-risk indicators (POST /identity/fraudiq-identity-scan/v1/alerts). Returns fraud alert indicators as JSON.
Verification4
Verify Applicant Identity (The Work Number ID)
Verify the identity of a credit or service applicant using The Work Number ID (POST /verification/twn-id/v1/verifications). Returns an identity-verification result as JSON.
Get Applicant Identity Result (The Work Number ID)
Retrieve a The Work Number ID verification result by id (GET /verification/twn-id/v1/verifications/{verificationId}).
Verify Bank Account
Authenticate a bank account or credit card presented by a consumer (POST /verification/account-verification/v1/verifications). Returns a real-time match result as JSON.
Get Bank Account Verification Result
Retrieve an account-verification result by id (GET /verification/account-verification/v1/verifications/{verificationId}).
V21
Get OAuth Scopes
List the OAuth scopes granted to the authenticated app (GET /v2/oauth/scopes). Safe identity + connectivity probe that requires only a valid access token and no consumer PII.
Aramanızla eşleşen bir şey yok.
Equifax kullanan Çözüm Şablonları
Equifax ile kendi otomasyonunu görsel tasarımcıda kur.
Sıkça sorulan sorular
Equifax ile neler otomatikleştirebilirim?
18 aksiyon var — örneğin: Get OAuth Scopes, Request Consumer Credit Report, Get Consumer Credit Report, Get Consumer Credit Report (PDF), Request Consumer Credit Score ve daha fazlası.
Equifax bir AI agent aracı olarak kullanılabilir mi?
Evet. Equifax'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.
Equifax entegrasyonu nasıl modellenir?
Equifax sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.