curl --request GET \
--url https://api-next.ofauth.com/v2/access/self/notifications \
--header 'apiKey: <api-key>'{
"list": [
{
"id": 123,
"type": "<string>",
"createdAt": "<string>",
"isRead": true,
"text": "<string>",
"subType": "<string>",
"canGoToProfile": true,
"user": {
"id": 123,
"_view": "<string>"
}
}
],
"hasMore": true
}List notifications
curl --request GET \
--url https://api-next.ofauth.com/v2/access/self/notifications \
--header 'apiKey: <api-key>'{
"list": [
{
"id": 123,
"type": "<string>",
"createdAt": "<string>",
"isRead": true,
"text": "<string>",
"subType": "<string>",
"canGoToProfile": true,
"user": {
"id": 123,
"_view": "<string>"
}
}
],
"hasMore": true
}Connection ID for managed sessions
OnlyFans user id for direct sessions (optional override)
OnlyFans cookie header for direct sessions (must include auth_id and fp values)
OnlyFans x-bc header for direct sessions (optional override)
User agent to use when proxying requests (required when not using x-connection-id)
1 <= x <= 20x >= 0subscribed, purchases, tip, post, commented, mentioned, favorited, message Successful response
Was this page helpful?