Skip to main content
GET
Get account details

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

externalId
string
required

Account externalId

Maximum string length: 60

Query Parameters

includeBalance
boolean
default:false

Flag to include balance calculation into response

Response

OK

externalId
string
required
Minimum string length: 1
isActive
boolean
required
isAllowedToSpend
boolean
required
type
string
required
Minimum string length: 1
conversionRate
number<double>
required
balance
object
Last modified on August 10, 2026