Advanced Search
Search Results
49 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...
Chat inbox plugin to your portal or platform
Integrating Chat Inbox Plugin to your portal or platform This feature is only available for accounts with Agency status and that too on demand As an agency if you have the requirement to provide chat functionality to your users in your platform, you will nee...
Zoho OAuth Token Generation
Authentication(OAuth) Zoho Desk's APIs use the industry-standard OAuth 2.0 protocol for authentication and authorization. This protocol delegates user authentication to the service that hosts the user account and authorizes third-party applications to access ...