Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Post to the endpoint
    supply a return webhook_url, this URL must be public accessible
    URL must start with HTTPS
  2. After the process is ready
    The webhook_url will be called from the Autoflex10 server with a get
    An id=<secret uuid> will be added to the webhook_url
  3. Get to the webhook endpoint
    supply the <scret <secret uuid>
    This endpoint will return the payload URL
  4. Get the provided payload URL

...