get https://your-deployment-url.prelim.com/api/v1/applications/
The applications endpoint provides access to inputs associated with an application, by ID.
Response
The applications endpoint provides access to inputs associated with an application, by ID.
xxxxxxxxxx
curl --request GET \
--url https://your-deployment-url.prelim.com/api/v1/applications/application_id \
--header 'Authorization: Bearer [token]' \
--header 'accept: text/plain'