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
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