Skip to main content
GET
List of Projects and Volunteers Today

Authorizations

Authorization
string
header
required

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

Response

Returns today's date, the total count of projects happening today, and a list of project names with their signed-up volunteers and any guests.

date
string

Today's date.

Example:

"2025-11-15"

total_projects
integer

Number of projects happening today.

Example:

2

projects
object[]

List of projects with volunteer rosters for today.

status
string

Response status. Always 'OK' on success.

Example:

"OK"

Last modified on June 5, 2026