Sign in

REST path navigation

documented

Navigate extra REST publishing paths via the tfa_next parameter (documented as a way to drill into embedded publishing).

GET /rest{tfa_next}Publishingno 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://app.formassembly.net/rest{{$tfa_next}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
REST path navigation · FormAssembly · OpenIntegrations