View Callback
The View Callback method is designed for you to view your current callback without having to change the value.
View Callback
Request Body
Name
Type
Description
{
"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"
}Last updated