Authenticate webhook POST

  • rstiffler
    Asked on August 28, 2019 at 10:45 AM

    what if my endpoint requires an authorization header with a bearer token. Is there a place or method to enter that data in the webhook url?

  • John Support Team Lead
    Replied on August 28, 2019 at 12:48 PM

    If you mean to authenticate webhook POST, you can use this method:

    https://user:password@mydomain.com/my/endpoint

    Example in PHP: http://php.net/manual/en/features.http-auth.ph