[RSS Feed/News] Testing APIs for my app, login/registration

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I found the registration api in the api endpoints itself but I see like 100 fields in the registration. But the main issue right now is I couldn't able to execute any of the apis successfully as I am getting the below api error for each api.

"errors": [
{
"code": "api_key_not_found",
"message": "API key provided in request was not found.",
"params": []
}
]
}

Someone know how i can fix it?

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom