Skip to main content
GET
/
contacts
/
{contactId}
/
applications
List Contact Applications
curl --request GET \
  --url https://www.gomry.com/api/v1/contacts/{contactId}/applications \
  --header 'X-API-KEY: <api-key>'

List Contact Applications

Returns the form submissions (applications) made by a given contact. Required scopes: contacts:read and applications:read

Path Parameters

contactId
string
required

Query Parameters

page
integer
default:"1"
page_size
integer
default:"50"
Maximum: 200.

Response

Each item in data is an Application object.