Skip to main content
GET
/
api
/
me
Profile
curl --request GET \
  --url https://maria-api.vercel.app/api/me
{
  "name": "<string>",
  "title": "<string>",
  "location": "<string>",
  "bio": "<string>",
  "status": "<string>",
  "currently_at": "<string>",
  "links": {}
}

Response

name
string
Full name.
title
string
Current role.
location
string
Current city.
bio
string
One-line description.
status
string
Availability status. One of: open_to_chat, unavailable.
currently_at
string
Current employer or project.
Object containing portfolio, github, linkedin, and email.