Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 549 Bytes

TROUBLESHOOTING.md

File metadata and controls

16 lines (10 loc) · 549 Bytes

If you have a SendGrid issue, please contact our support team.

Table of Contents

Viewing the Request Body

When debugging or testing, it may be useful to examine the raw request body to compare against the documented format.

You can do this right before you call: response = client.version('v3').api_keys.post(request_body: request_body) like so:

puts request_body