Create and configure your verification application.
POST to sandbox.verifast.com/api/v1/application
 
Details
| Parameter | Options | Description | 
|---|---|---|
| name | name of application | |
| email notification will go to | ||
| allowCustomLogo | 0 | 0 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"
}
