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.
- Sign up on our platform.
- Verify your email by clicking on the confirmation link sent to your inbox.
- Log in to access your dashboard.
Step 2: Generate an API Token
Our API uses Laravel Sanctum for authentication. To generate an API token:
- Go to your Account Settings.
- Navigate to the API Tokens section.
- Click Generate Token and copy it for future use.
- 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.
- Go to the Webhook Settings in your dashboard.
- Enter your Webhook URL where updates should be sent.
- Select the types of updates you want to receive.
- Click Save to activate the webhook.
Useful Links
If you have any questions contact support. We always here to help you!
Happy coding! 🚀