Me
Me
get/v1/users/me
Returns
idstring
created_atstring
namestring
updated_atstring
usernamestring
curl https://todo-ninja-ziix.onrender.com/v1/users/me \
-H "Authorization: Bearer $TODO_NINJA_API_KEY"
200 Example
{
"id": "user_pfh0haxfpzowht3oi213cqos",
"created_at": "2021-01-01T00:00:00.000Z",
"name": "John Doe",
"updated_at": "2021-01-01T00:00:00.000Z",
"username": "john_doe"
}