Profile
Get profile
Get the current user's profile.
get/profile
Response
User profile information.
Example response
{
"data": {
"user": {
"id": "usr_XXXXXXXXXXXXXXXXXXXXXXXXX",
"name": "John Doe",
"email": "john@example.com",
"fingerprint": "183ded44-24d0-480e-9908-c022eff8d111",
"stripeCustomerID": "cus_XXXXXXXXXXXXXXXXX"
}
}
}