Skip to main content
GET
/
v2
/
access
/
stories
/
map
Get story map
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.

Authorizations

apiKey
string
header
required

Your OFAuth API key for authenticating requests.

x-connection-id
string
header
required

Requires a connection via the x-connection-id header.

Response

Successful response

userId
number
required
storyId
number
required
isWatched
boolean
required