Skip to main content
GET
/
api
/
availability
Availability
curl --request GET \
  --url https://maria-api.vercel.app/api/availability
{
  "status": "<string>",
  "windows": [
    {
      "days": "<string>",
      "hours": "<string>"
    }
  ],
  "preferred_contact": "<string>",
  "email": "<string>",
  "response_time": "<string>",
  "note": "<string>"
}

Response

status
string
Current availability. One of: open_to_chat, unavailable.
windows
object[]
When I’m free to chat or take a call. Each entry covers a specific day range and time window.
preferred_contact
string
Preferred contact method. One of: email, phone, linkedin.
email
string
Email address for outreach.
response_time
string
Typical response time.
note
string
Context on what kinds of conversations are welcome.