LogoLogo
  • API Documentation
  • Authentication
  • Testing
  • Contact Support
  • System Status
  • VX
    • Create Session
    • API Methods
  • Agematch
    • United States
    • United States (DMV)
    • International
    • With KBA Quiz
    • Selfie Age Estimation
  • IDMATCH
    • United States
      • With KBA Escalation
      • KYC/CIP Compliance
      • COPPA Compliance
    • International
  • idmatch+
    • United States
  • IDMATCH+PREDICT
    • Fraud Score
  • phonematch
    • Verification and Validation
      • Smart 2FA
      • Phone Verification
      • Phone Validation
    • One Time Passwords
      • SMS
      • Call
    • Message Delivery
      • Dialer
  • emailmatch
    • Email Validation
  • dcams
    • Document Capture and Management Services
      • Scanning Basic
      • Scanning Enhanced
      • Manual Review
      • Storage
        • Create or Update a Customer
        • Get Customer Status
        • Get Customer Document Images
        • Update Customer Status
      • iFrame
        • Canned Responses
        • Create Token
        • View Callback
        • User Status
        • Generate Link
      • Swift SDK
      • Android SDK
  • Bouncer
    • Overview
    • Bouncer as an add-on
  • V-PIN
    • Overview
    • V-PIN as an add-on
    • V-PIN Stand Alone
  • Service Coverage
    • Data Coverage
  • Testing
    • Test Cases
    • Answers to KBA Questions
  • Reporting
    • Audit
  • API Processing Errors
    • Error Returns
  • Knowledge Base
    • Best Practices
    • Understanding Veratad Services
  • IDMax
    • IDMax Button Creator SDK
Powered by GitBook
On this page
  • View Callback
  • Request Body
  1. dcams
  2. Document Capture and Management Services
  3. iFrame

View Callback

The View Callback method is designed for you to view your current callback without having to change the value.

View Callback

POST https://dcams.app/v3/stable/callback/view

This endpoint allows you to view your current callback URL.

Request Body

Name
Type
Description

user

string

Your Veratad API Username

pass

string

Your Veratad API Password

{
    "result": "Success",
    "message": "Here is your current callback",
    "current_callback": "https://verataddev.com/callback"
}
{
    "result": "Error",
    "message": "Missing a required input",
    "callback": ""
}
{
    "result": "Error",
    "message": "Either your username or password is incorrect",
    "current_callback": ""
}

Request Body

{
	"user": "USERNAME",
	"pass": "PASSWORD"
}
PreviousCreate TokenNextUser Status

Last updated 5 years ago