For AI agents: visit https://wowing-api.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Jump to Content
wowing-api
API Reference
v1.1

Log Inwowing-api
API Reference
Log In
v1.1API Reference

Basic Information

  • Auth Flows
    • Login based
    • API-Token based
  • Error Responses
    • Access Error (401 or 403)
    • Form Validation Error (422)
    • General Client or Server Error (others 4xx and 5xx)

wowing api

  • Authentication
    • Loginpost
    • Validate Authenticationget
    • Authenticated User Detailsget
    • Logoutpost
  • Automations (Campaigns)
    • Indexget
    • Createpost
    • Updateput
    • Deletedel
  • Contacts
    • Indexget
    • Createpost
    • Batch create
    • Skipput
    • File uploadpost
  • Files
    • Createpost
    • Deletedel
    • Showget
  • Outbound Webhooks
    • Indexget
    • Createpost
    • Updateput
    • Deletedel
  • User-Onboardingget
  • App Versionsget

Outbound Webhooks / Events

  • Connection test
  • General Event Request Structure
  • Events
    • contact.auto_response_scheduled
    • contact.notification_due
    • contact.mail_sent
    • notification.mail_viewed
    • notification.landing_page_viewed
    • notification.file_viewed
    • notification.file_viewed_25_percent
    • notification.file_viewed_50_percent
    • notification.file_viewed_75_percent
    • notification.file_viewed_100_percent
    • notification.cta_clicked
    • notification.opted_out
    • opt_out.delete
Powered by 
  1. Basic Information

Error Responses

In case of a server or client error a predefined response will be send back to the client. This can be used to display and error message to the user. In case the user context is know the error messages will be in the language the user defined.

521

Updated over 4 years ago


Updated over 4 years ago