Update

Acquire Agent Update API in you can do update your agents details. This API in you can not update Email address.

How to get id

if you create own dashboard then first use agents list API and get id for update API parameter.

Body (urlencoded)

Response JSON

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

Last updated