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