Fetch Payouts

POST https://api.noauth.cc/onlyfans/payouts

This function will fetch the payouts on your own OnlyFans account.

Headers

NameTypeDescription

x-api-key*

String

NoAuth API Key

Request Body

NameTypeDescription

session_id*

String

OF Auth

x_bc_token*

String

OF Auth

user_agent*

String

OF Auth

user_id*

String

OF Auth

proxy*

String

Example: http://user:pass@host:port

start_date*

String

Format: YEAR-MONTH-DAY

Example: 2023-02-05

end_date*

String

Format: YEAR-MONTH-DAY

Example: 2023-03-05

timezone

String

Default: +00:00

Example: +02:00

{
  "status": "success",
  "message": "Onlyfans response.."
}

Last updated