Users
Get current user
Retrieve the currently authenticated Typefully user associated with your API Key
get/v2/me
Response
OK
Example response
{
"id": 12345,
"name": "John Doe",
"email": "user@example.com",
"profile_image_url": "https://example.com/avatar.jpg",
"signup_date": "2024-01-15T10:30:00Z",
"api_key_label": "My Production Key"
}