Agent add

Agents add API in you can create a new agent in your dashboard. Body parameter in "role" two types available first Administrator and second Operator. if you agent role make Administrator then pass 1 else pass 2 for Operator.

Body (urlencoded)

Response JSON

{
    "success": true,
    "error": null,
    "data": "Agent save successfully."
}

Last updated