https://api.revreply.com/v1/agent/{agent}
This endpoint requires authentication.
Try it
Use the following request to update an agent:- cURL
- JavaScript
- Python
- PHP
- Go
Authentication
This endpoint uses Bearer authentication with a JWT.Request
Headers
Path parameters
Body
ThePUT endpoint uses the UpdateAgentRequest schema, which inherits the fields from CreateAgentRequest. The agent_name field is required; the remaining fields are optional.
Request structure
Request examples
The request is aPUT request to:
Response
Response structure
A successful request returns an object containing the updated agent.
The
data object follows the Agent schema and may include the agent ID, name, status, objective, timezone, office hours, links, company information, and follow-up configuration.