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.

  1. Log in to your Viral Vibes Dashboard.
  2. Select the Profile you want to post as from the top-right dropdown.
  3. 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_KEY

Keep 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.