Authentication
  • 04 Jun 2024
  • 1 Minute to read
  • PDF

Authentication

  • PDF

Article summary

There are two ways to authenticate by using our events. One of them is Basic authentication. You may use username and password.

Client requirements to receive events:

  • Base URL (where to POST events)
  • Paths (if client want to separate events from each other by POST to specific webhook/URL)
  • Which events you want to subscribe to

Supported authentication (client endpoint), default is no authentication:

  • Basic
    • Username and password must be provided by the client
  • Bearer
    • Token, which never expire, must be provided by the client