Skip to main content

Get Started

Welcome to our platform! Follow these steps to get started with our API and webhook integration.

Step 1: Register and Verify Your Account

Before using our API, you need to create an account and verify your email.

  1. Sign up on our platform.
  2. Verify your email by clicking on the confirmation link sent to your inbox.
  3. Log in to access your dashboard.

Step 2: Generate an API Token

Our API uses Laravel Sanctum for authentication. To generate an API token:

  1. Go to your Account Settings.
  2. Navigate to the API Tokens section.
  3. Click Generate Token and copy it for future use.
  4. Use this token in your API requests by adding it to the Authorization header:
    Authorization: Bearer YOUR_API_TOKEN

Step 3: Configure a Webhook

To receive real-time updates, set up a webhook URL. Webhooks notify your system about important events on our platform.

  1. Go to the Webhook Settings in your dashboard.
  2. Enter your Webhook URL where updates should be sent.
  3. Select the types of updates you want to receive.
  4. Click Save to activate the webhook.

If you have any questions contact support. We always here to help you!

Happy coding! 🚀