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

      status

      GET
      /status

      Request

      Header Params
      Authorization
      string 
      required
      Example:
      Bearer {{api_key}}
      Accept
      string 
      required
      Example:
      application/json

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET '/status' \
      --header 'Authorization: Bearer {{api_key}}' \
      --header 'Accept: application/json'

      Responses

      🟢200Success
      application/json
      Body
      object {0}
      Example
      {}
      Modified at 2024-12-12 20:07:25
      Next
      create-agent
      Built with