How Do We Get Inquiry Fields from Persona Api?

I am trying to extract the fields from an inquiry.

Based on the doc , it seems like that field should be present on a webhook event when "inquiry.compeleted" happens. However, I don't think that is the case.

An inquiry's fields can be retrieved via the external API using a GET request

How exactly do we get the fields from the inquiry when theres no description on the API call at all

1 Answer

You can do that by calling the GET /api/v1/inquiries/{inquiry-id} endpoint.

API Reference:

You will then find the fields in data.attributes.fields of the response.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

Marcus Vance

Marcus Vance

Cybersecurity & Digital Privacy Researcher

Marcus Vance is a cybersecurity auditor and technology writer dedicated to educating the public about online safety, data privacy regulations, enterprise security, and emerging cyber threats.

Share this article
Twitter Facebook Pinterest