Skip to content

Get profile

GET
/v1/account/profile
curl --request GET \
--url https://api.parasta.io/v1/account/profile \
--header 'Authorization: Bearer <token>'

OK

Media type application/json
object
userId
string
name
string
maskedPhone
string
email
string
status
string
walletType
string
registeredAt
string format: date-time
twoFactorMethods
Array<string>
Example generated
{
"userId": "example",
"name": "example",
"maskedPhone": "example",
"email": "example",
"status": "example",
"walletType": "example",
"registeredAt": "2026-04-15T12:00:00Z",
"twoFactorMethods": [
"example"
]
}

Please contact your representative. 담당자에게 문의해주세요.