Overview#
The Member Management system enables your application to onboard and manage end users who need access to social media marketing integrations. As a developer using Otomatika Gateway, you need first to get token for end-user to start using our apis.Authentication Flow#
Member management operates within the scope of your application, requiring your API key for all user management operations. This ensures complete data isolation between different applications using Otomatika Gateway.Two-Level Authentication:#
1.
Application-Level (Your API Key)Used to create and manage users within your application scope
Required for member signup operations
Identifies all requests as belonging to your application
Required in x-api-key header for all member operations
2.
Returned after hit /token
You will get 2 tokens (access , refresh)
Access is avaliable for 1 hour.
Refresh token is avaliable for 24 hours.
Required in Authorization: Bearer <token> header for workspace and resource operations.
Modified at 2025-10-26 11:39:23