Get current Account
GET
/v1/accountsLast modified:Â 2 months ago
Maintainer:Â Not configured
Get the current Account
associated with provided access_token
.
Request
None
Request samples
Responses
OK(200)
Bad Request(400)
Unauthorized(401)
429(429)
Server Error(500)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Success.
Data Schema
optional
Example
business-example
{
"id": "8bf1af3d-ed1b-4431-896a-544f76c4aa8b",
"account_number": "B2012032F",
"type": "business",
"business": {
"business_name": "Submersible Pte Ltd",
"business_reg_number": "2015928F",
"date_of_incorporation": "2015-02-15",
"country_of_incorporation": "SG",
"country_of_operation": "SG",
"industry_category": "Information Technology",
"industry_sub_category": "Software Consultant",
"website": "www.submersible.io",
"email": "contact@submersible.io",
"phone_number": "",
"mobile_number": "",
"mobile_number_prefix": "",
"address": {
"line1": "182 CapitaGreen #43-01",
"line2": "",
"city": "SG",
"state_or_province": "",
"country": "SG",
"postal": "164004"
}
},
"staffs": [
{
"first_name": "Adam",
"middle_name": "",
"last_name": "Levine",
"other_name": "張伯涵",
"gender": "male",
"date_of_birth": "1990-04-24T02:10:10.2082487+00:00",
"nationality": "SG",
"email": "adam.levine@submersible.io",
"mobile_number": "82737282",
"mobile_number_prefix": "+65",
"country_of_birth": "SG",
"occupation": "IT Analyst",
"industry_category": "IT",
"industry_sub_category": "Software Consultant",
"identification": {
"id_type": "nric",
"id_number": "S8129302H"
},
"address": {
"line1": "119 Novena High",
"line2": "Merlion Tower #22-12",
"city": "SG",
"state_or_province": "SG",
"country": "SG",
"postal": "165839"
}
}
]
}
Last modified: 2 months ago