Request IDs

Each API request has an associated request identifier. You can find this value in the response headers, under Request-Id. If you need to contact us about a specific request, providing the request identifier will ensure the fastest possible resolution.

1require 'http'
2response = HTTP.
3 headers('Authorization': "Bearer #{api_key}").
4 get('https://api.withpersona.com/api/v1/inquiries?page[after]=inq_4eC39HqLyjWDarjtT1zdp7dc&page[size]=100')
5request_id = response.headers['Request-Id']