curl --request GET \
--url https://api.example.com/api/v1/me[
{
"id": 1,
"email": "[email protected]",
"first_name": "Jane",
"last_name": "Smith",
"middle_name": null,
"plan": "free",
"filing_status": "single",
"employment_type": "w2",
"is_admin": false,
"is_disabled": false,
"stripe_customer_id": null,
"stripe_subscription_id": null,
"email_notifications": true,
"theme": "dark",
"created_at": "2025-01-15T10:30:00.000Z"
}
]
Retrieve the authenticated user’s profile.
curl --request GET \
--url https://api.example.com/api/v1/me[
{
"id": 1,
"email": "[email protected]",
"first_name": "Jane",
"last_name": "Smith",
"middle_name": null,
"plan": "free",
"filing_status": "single",
"employment_type": "w2",
"is_admin": false,
"is_disabled": false,
"stripe_customer_id": null,
"stripe_subscription_id": null,
"email_notifications": true,
"theme": "dark",
"created_at": "2025-01-15T10:30:00.000Z"
}
]
curl -H "Authorization: Bearer <token>" \
https://app.taxhomebase.com/api/v1/me
[
{
"id": 1,
"email": "[email protected]",
"first_name": "Jane",
"last_name": "Smith",
"middle_name": null,
"plan": "free",
"filing_status": "single",
"employment_type": "w2",
"is_admin": false,
"is_disabled": false,
"stripe_customer_id": null,
"stripe_subscription_id": null,
"email_notifications": true,
"theme": "dark",
"created_at": "2025-01-15T10:30:00.000Z"
}
]
free or pro.single, married_jointly, married_separately, or head_of_household.w2 or 1099.light or dark.