Advanced Search
Search Results
45 total results found
Agency Sync
API URI https://api.versal.one/<uuid> Method POST /agency/sync Description This API synchronizes agency data using a unique identifier (uuid). The client must provide an authorization token to access this endpoint. The API responds with success, error, or...
Agency Template Reporting
API URI https://api.versal.one/<uuid> POST /agency/template Description This API enables agencies to submit and track template information. The client must provide a valid uuid as a query parameter and include the template details in the request body. If t...
Agency Campaign Creation
API URI https://api.versal.one/<uuid> POST /agency/createCampaign Description This API allows agencies to create a campaign by specifying a name, schedule type, and other campaign details. The client must provide a valid uuid as a query parameter. Only ac...
Agency Read Campaign
API URI https://api.versal.one/<uuid> GET /agency/getCampaignData Description This API retrieves campaign data for a specified agency using a unique identifier (uuid). It supports pagination for large datasets. A valid JWT token is mandatory for authentica...
Agency Read Campaign By Id
API URI https://api.versal.one/<uuid> GET /agency/getCampaign/<campaign id> Description This API allows fetching campaign details by providing the campaign id and the uuid of the company. The endpoint returns campaign data if found, otherwise, a message in...
Agency Get Customers
API URI https://api.versal.one/<uuid> GET /agency/getCustomers Description This API allows fetching customer data for a specific company identified by its uuid. It returns customer information along with pagination details, such as the next and previous pa...
Agency Get Campaign
API URL https://api.versal.one/<uuid> GET /agency/reportingCampaign Description This API allows fetching a report for a specific company, identified by its uuid. The response contains the report data if available. If the company or users are not found, t...