# Getting Started The following steps will walk you through the process of registering and reacting to webhooks. 1. ### Register an API token If you don’t already have an API token, you can generate one through Panorays platform or contact Panorays Support at [support@panorays.com](mailto:support@panorays.com). 2. ### Register your app Before you can start receiving events, register your application with Panorays using the [Handshake](#operation/hookHandshakeV2) API call. 3. ### Subscribe to relevant events You will only receive event calls for events you subscribe to using the [Subscribe](#operation/hookSubscribeV2) API call. *Note:* You can unsubscribe at any time using the [Unsubscribe](#operation/hookUnsubscribeV2) API call. 4. ### Start receiving events You're done! From now on, you will receive notifications for every event you subscribed to. To learn how to secure your app and ensure you handle events **only** from Panorays, read about [Verifying requests](#tag/Verify-Requests).