Skip to main content

Documentation Index

Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt

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

Returns a success response.

Parameters

No parameters.

Returns

Returns a success message which is true or false.
  curl -H "Authorization: $ACCESS_TOKEN" \
    --request POST \
    --url https://api.onlydrams.app/api/v1/users/:id/notifications/read
{
	"success": true
}