Get account details
GET
/api/v1/account
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Account details
object
id
required
Account ID
string
Example
60d5ecb54b24003a7c8e92a1 name
required
Account name
string
Example
Acme Corporation riskScoreStrategy
Risk score calculation strategy
string
idvProvider
IDV provider override for this account
string
createdAt
required
Account creation date
string format: date-time
Example
2026-01-15T10:00:00.000Z updatedAt
required
Account last update date
string format: date-time
Example
2026-03-30T12:00:00.000ZExample
{ "id": "60d5ecb54b24003a7c8e92a1", "name": "Acme Corporation", "riskScoreStrategy": "CUMULATIVE", "idvProvider": "ONFIDO", "createdAt": "2026-01-15T10:00:00.000Z", "updatedAt": "2026-03-30T12:00:00.000Z"}