curl --request GET \
--url https://api-next.ofauth.com/v2/access/self/release-forms \
--header 'apiKey: <api-key>'{
"hasMore": true,
"items": [
{
"id": 123,
"type": "<string>",
"name": "<string>",
"user_partner_id": 123,
"date": "<string>",
"status": "<string>"
}
]
}List release forms
curl --request GET \
--url https://api-next.ofauth.com/v2/access/self/release-forms \
--header 'apiKey: <api-key>'{
"hasMore": true,
"items": [
{
"id": 123,
"type": "<string>",
"name": "<string>",
"user_partner_id": 123,
"date": "<string>",
"status": "<string>"
}
]
}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)
x >= 1x >= 0all, pending date, name asc, desc Was this page helpful?