Adlyft
    Adlyft
    • Introduction
    • Getting Started
    • Auth Mangment
      • Get User Token
        POST
      • Refresh User Token
        GET
    • Workspace Mangment
      • Create Workspace
        POST
      • Get single workspace
        GET
      • Update Workspace
        PATCH
      • Delete Worksapace
        DELETE
      • Change Workspace Admin
        PATCH
    • Team Mangment
      • Create Team
        POST
      • Get Enterprise Team
        POST
      • Assign member
        POST
      • Get team members
        GET
      • Get Team By ID
        GET
      • Update Team Name
        PATCH
      • Delete Team
        DELETE
    • Connection
      • Create Connection
        POST
      • Get all tenant connections
        GET
      • Get connections by teamId
        GET
      • List of ad accounts and their connection statuses.
        GET
      • Delete connection
        DELETE
      • Disconnect
        DELETE
      • Get insights
        GET
    • Ads Account Mangment
      • Assign ad account
        POST
      • Revoke ad account
        POST
      • Change ad account
        POST
    • Meta
      • Campaigns
        • Get Campaigns
        • Update Campaign Status
        • Create Lead Campaign
        • Create Traffic Campaign
        • Create Sales Campaign
        • Create Awareness Campaign
        • Create Engagement Campaign
      • Lead Form
        • Get Page Lead forms
        • Create Page Lead form
      • Pixels
        • Get Pixels
        • Create Pixel
      • Audience
        • Get Saved Audience
        • Get Custom Audience
      • Import
      • Facebook pages
      • Targeting Search
      • Get Ads
      • Get AdSet
      • Get AdCreative
      • Get Insights

    Member Mangment

    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.
    User-Level (JWT Token)
    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
    Previous
    Getting Started
    Next
    Get User Token
    Built with