Accounts
Create and manage Verisoul Accounts by using the following API
All the methods shown below require an API key
get
https://api.prod.verisoul.xyz
/account/{accountId}
The current state of an account
get
https://api.prod.verisoul.xyz
/externalId/{externalId}
Get an account ID previously tied to an external ID
post
https://api.prod.verisoul.xyz
/account/{accountId}/enroll
Enroll an account after decisioning
post
https://api.prod.verisoul.xyz
/account/{accountId}/unenroll
Unenroll an account
Last modified 21d ago