API Keys
Whoami
Get details about the currently used API Key & the relevant Team
AuthorizationBearer <token>
Get your API Key from OnlyFansAPI Console - https://app.onlyfansapi.com/api-keys
In: header
Response Body
curl -X GET "https://app.onlyfansapi.com/api/whoami"
{
"api_key": {
"name": "Onboarding",
"last_used_at": "2025-05-23T15:51:52.000000Z",
"created_at": "2025-04-20T16:27:45.000000Z"
},
"team": {
"name": "Personal Team",
"slug": "personal-team-123"
}
}