Sign in

Get global API meta-information

documented

Retrieve the top-level API metadata, supported formats, and related specifications.

GET /Global APIno 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://api.unbounce.com/" \
  -X GET \
  -H "Accept: application/vnd.unbounce.api.v0.4+json" \
  -u "{{UNBOUNCE_API_KEY}}:"
Get global API meta-information · unbounce · OpenIntegrations