curl --request GET \
--url https://api.ofauth.com/v2/access/stories/map \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'[
{
"userId": 123,
"storyId": 123,
"isWatched": true
}
]Get a summary of available stories keyed by creator and latest story ID.
Permission Required: stories:read
curl --request GET \
--url https://api.ofauth.com/v2/access/stories/map \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'[
{
"userId": 123,
"storyId": 123,
"isWatched": true
}
]Documentation Index
Fetch the complete documentation index at: https://docs.ofauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?