XF 2.1 Urgent help to see how i can access the api

Miacommunity

Well-known member
Dear Team

I need urgent help. I am using http://example.com/api/auth for authenticate user. I creaed super user key with all permisison and passing header as : XF-Api-Key with parameter are : login, password but getting error below

/*ERROR

{
"errors": [
{
"code": "endpoint_not_found",
"message": "Requested endpoint cannot be found.",
"params": {
"reason": "invalid_route",
"debug_reason": "invalid_route",
"debug_controller": null,
"debug_action": null
}
}
]
}

*/
Please suggest me what i am doing wrong
 
Please find attached screenshot as i am trying to call API using postman.

Kindly suggest me
 

Attachments

  • Xenforo.webp
    Xenforo.webp
    52.4 KB · Views: 53
Top Bottom