Get Basic Info
GET/v1/accounts/:id
Get Basic Info
Request
Path Parameters
id stringrequired
The account ID
Example: 6934298084364066
Responses
- 200
LoggedInUserIdentifiers
- application/json
- Schema
- Example (from schema)
Schema
company_name string
The company name of the account
first_name string
The first name of the account holder. It contains all first names.
last_name string
The last name of the account holder
middle_name string
The middle name of the account holder, usually empty
type string
The type of the account. private, business
{
"company_name": "string",
"first_name": "string",
"last_name": "string",
"middle_name": "string",
"type": "string"
}
Loading...