RevReply
    RevReply
    • Introduction
    • status
      GET
    • create-agent
      POST
    • update-agent
      POST
    • list-agents
      GET
    • get-agent
      GET
    • timezones
      GET
    • create-response
      POST
    • classify-response
      POST
    • rate-response
      POST
    • delete-agent
      DELETE

    Introduction

    RevReply API Reference (v1)#

    🌐 Base URL#

    All API requests must be made to the following base endpoint:
    https://api.revreply.com/v1
    Note: All endpoints require HTTPS. Unencrypted HTTP requests will be redirected or rejected to ensure data security.

    🔑 Authentication#

    The RevReply API uses Bearer Token authentication. Include your API key in the HTTP Authorization header for all requests.
    HeaderValue
    AuthorizationBearer YOUR_API_KEY
    Content-Typeapplication/json
    Acceptapplication/json

    🚀 Quick Start Example#

    Request#

    Modified at 2025-12-19 10:38:55
    Next
    status
    Built with