iNaturalist · Example Payload

Get Messages Unread

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Get Messages Unread is an example object payload from iNaturalist, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryparametersexampleResponse

Example Payload

Raw ↑
{
  "operationId": "get-messages-unread",
  "method": "GET",
  "path": "/messages/unread",
  "summary": "Gets a count of messages the authenticated user has not read",
  "parameters": [],
  "exampleResponse": null
}