Related Articles
Understanding the API Key lifecycle
API keys are unique identifiers used to authenticate access to Sandbox APIs. They verify the identity of the requesting application and ensure secure, reliable communication with Sandbox services. API Keys Lifecycle Sandbox API keys can exist in the ...
Types of Roles in Console
Console offers role-based access control to ensure efficient management and security within your workspace. 1. Admin The Admin holds the highest level of access and overall control of the workspace. Permissions: Full access to all settings and ...
Edit your Workspace
Keep your workspace up to date by editing its details. You can update the name, business information, address and configure additional setting to suit your needs. Steps to Edit Your Workspace Details Log In to Console: Access your account by logging ...
Configure a Webhook
Configuring up a Webhook enables your application to receive live event notifications from Sandbox Console, allowing it to act on events in real-time. What You’ll Need A Webhook URL / Callback URL: The endpoint where live event data will be sent. ...
What is a Webhook?
A Webhook is a mechanism that allows applications to send real-time notifications to other systems whenever specific events occur. Unlike traditional APIs that require polling (periodically checking for updates), webhooks automatically send data to a ...