Profile
Provides information about your current account.
Get Profile Information
The table given below describes the /api/v2/user.
Get Profile Data
GET
https://app.moota.co/api/v2/user
Path Parameters
Name
Type
Description
string
{
"name": "moota co",
"email": "moota@mail.com",
"no_ktp": "12312111111",
"alamat": "Jl Terusan Cikutra Baru No. 3B Kel. Neglasari Kec. Cibeunying Kaler Bandung",
"email_verified_at": null,
"created_at": "2020-06-08T10:05:54.000000Z",
"updated_at": "2021-07-29T19:02:28.000000Z",
"user_id": "D1KkLE28zPQ",
"token": "D1KkLE28zPQ",
"point": 38338
}
Update Profile Data
GET
https://app.moota.co/api/v2/user
Request Body
Name
Type
Description
alamat
string
Alamat detail address current living
no_ktp
string
No Ktp for identification profile
string
Email is valid and active
name
string
Name of you
{
"user" : {
"name": "moota co",
"email": "moota@mail.com",
"no_ktp": "12312111111",
"alamat": "Jl Terusan Cikutra Baru No. 3B Kel. Neglasari Kec. Cibeunying Kaler Bandung",
"email_verified_at": null,
"created_at": "2020-06-08T10:05:54.000000Z",
"updated_at": "2021-07-29T19:02:28.000000Z",
"user_id": "D1KkLE28zPQ",
"token": "D1KkLE28zPQ",
"point": 38338
}
}
Last updated
Was this helpful?