Create and configure your verification application.

POST to sandbox.verifast.com/api/v1/application

1520

Details

ParameterOptionsDescription
namename of application
emailemail notification will go to
allowCustomLogo00 for no , 1 for yes
customButton#000
frameWelcomeTitle"Welcome"
frameWelcomeText"Connect your account to verify your income and past rent payments"

Sample Request

curl --location --request POST 'https://sandbox.trustrentify.com/api/v1/application' \
--header 'Authorization: Bearer Of5Ebpi4n7a6uPbpn2nYhs1y0sQDie9hV5lnXWYADtHVZredm6bHlXhmcSBZ' \
--form 'name="company 1 application"' \
--form 'email="[email protected]"'

Sample Response

{
    "success": true,
    "application_id": "eqlV8PIxTnINgAPOQLReUOsyr82aTZ6W7nGEtb3SAAKlje7oRE7YqWqR1fPn"
}