Authorizations
You can retrieve your token by visiting the OnlyFansAPI Console and clicking API Keys -> Create API Key.
Path Parameters
The Account ID
Body
The new username to use. Make sure to first check if it exists using our /settings/username-exists
endpoint.
"MyNewUsername"
The new display name to use. Set to null
to use the default display name.
"u1234"
The new avatar to use. Must be a ofapi_media_
ID. Refer to our /media/upload
endpoint on how to get this.
"ofapi_media_abc123"
The new header (banner) to use. Must be a ofapi_media_
ID. Refer to our /media/upload
endpoint on how to get this.
"ofapi_media_abc123"
The new bio to use. Set to null
to empty it.
"Hey there!"
The new location to use. Set to null
to empty it.
"Europe"
The new website URL to use. Must be a valid URL. Set to null
to empty it.
"https://example.com"
The new Amazon Wishlist URL to use. Must be a valid URL. Set to null
to empty it.
"https://example.com"