post https://app.claimssnap.io/api/public/users/create-unverified
Create an unverified personal or business user.
Log in to see full request history
Response
Create an unverified personal or business user.
xxxxxxxxxx
14curl --request POST \
--url https://app.claimssnap.io/api/public/users/create-unverified \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"bankInfo": {
"accountType": "checking"
},
"address": {
"state": "AL"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: