Skip to main content
GET
/
social
/
calendar
Get Calendar
curl --request GET \
  --url https://api.miteos.com/social/calendar \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start_date
string
default:2026-01-01
end_date
string
default:2026-12-31
platform
string | null

Response

Successful Response