# Get Bot Response

| Method     | POST                                            |
| ---------- | ----------------------------------------------- |
| Media Type | application/json                                |
| URL        | http\://\[server]/dolphin/apiv1/graph/bots/ping |
| Header     | Authorization : Bearer \[generatedToken]        |
| Body       |                                                 |
| Status     | 200                                             |
| Response   | <p>{<br>     “result”: “Pong”<br>}</p>          |
