Sign Up and Access
1
Create your account
Visit Snag Solutions and sign up for an account.
2
Access the Admin Dashboard
Once your account is verified, you can access the admin dashboard at
admin.snagsolutions.io.
The admin dashboard is where you’ll manage your loyalty programs, and
configure your API keys.
3
Navigate to API Keys
From the admin dashboard, navigate to the API Keys page using the left
sidebar navigation.
4
Create your first API key
Click the “Create New API Key” button to generate your first API key.
Copy your API key and store it in a secure location like an environment variable.
Using Your API Key
Your API key is the foundation for all Snag API interactions. Here’s how to use it:With Snag SDK
With HTTP Requests
For direct HTTP calls, include your API key in thex-api-key
header:
Keep your API key secure and never expose it in client-side code. Always use
environment variables or secure configuration management.
Next Steps
Now that you have your API key, you’re ready to:- Create users - Learn how to add users to your Snag system
- Manage user groups - Understand how to handle multiple wallets per user
- Connect social accounts - Integrate social media platforms with your users
Create Your First User
Learn how to add users to your Snag system using the metadata endpoint.