You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a non-library SendGrid issue, please contact our [support team](https://support.sendgrid.com).
2
+
3
+
If you can't find a solution below, please open an [issue](https://github.com/sendgrid/ruby-http-client/issues).
4
+
5
+
## Table of Contents
6
+
*[Viewing the Request Body](#request-body)
7
+
8
+
## Viewing the Request Body
9
+
10
+
When debugging or testing, it may be useful to exampine the raw request body to compare against the [documented format](https://sendgrid.com/docs/API_Reference/api_v3.html).
11
+
12
+
You can do this right before you call: `response = response = client.version('v3').api_keys.post(request_body: request_body)` like so:
0 commit comments