Authentication
Viral Vibes uses a simple Bearer Token authentication model for API access.
Getting Your API Key
Authentication is done at the Profile level. Every profile inside your Viral Vibes account has a unique API Key.
- Log in to your Viral Vibes Dashboard.
- Select the Profile you want to post as from the top-right dropdown.
- Go to Settings to reveal your API Key.
Authenticating API Requests
To authenticate an API request, you must include your Profile API Key in theAuthorization HTTP header as a Bearer token.
Authorization: Bearer YOUR_PROFILE_API_KEYKeep Your Key Secret
Your API key grants full access to publish to any social media account linked to that profile. Never expose this key in client-side code (like a browser app) or check it into public version control.