Oktopost is a B2B social media management and employee advocacy platform. Integrating Oktopost with Frontegg lets your application manage social posts, campaigns, messages, and analytics on behalf of your users — all through Frontegg's integration layer. Oktopost's API authenticates with HTTP Basic authentication using your Account ID and an API Key, so there is no OAuth flow.
Prerequisites
Prerequisites
- An Oktopost account with API access
- Access to My Profile → API in Oktopost to retrieve your Account ID and API Key
Oktopost authenticates API requests with your Account ID (the Basic auth username) and an API Key (the Basic auth password). Both values are found in the same place in the Oktopost web app. Oktopost also runs in two data centers (US and EU), so you select the Region that matches your account.
Sign in to the Oktopost web app and open My Profile → API.
On the API page, copy your Account ID and your API Key.
Keep your API Key secure
Keep your API Key secure
The API Key grants access to your account through the API. Treat it like a password and never expose it in client-side code or commit it to version control. If it is exposed, regenerate it on the same API page.
Once you have your Account ID and API Key, configure the integration in the Frontegg portal:
- Open the Frontegg portal and navigate to [ENVIRONMENT] → Integrations → Oktopost.
- Select your Region — US (default) or EU — to match your Oktopost data center.
- Enter your Account ID.
- Paste your API Key.
- Click Save.
Keep your credentials secure
Keep your credentials secure
Never share or commit your API Key to version control.