Sign in

Get entry

documented

Retrieve a single entry by its ID.

GET /v4/entries/{entryId}Entriesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://submittable-api.submittable.com/v4/entries/{{$entryId}}" \
  -X GET \
  -u ":{{SUBMITTABLE_API_KEY}}" \
  -H "Accept: application/json"