Skip to main content
GET
/
session
cURL
curl --request GET \
  --url https://api.example.com/session
{
  "logged": true,
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

test 200 response

logged
boolean
required
id
string
required