Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

7 total results found

Agency Sync

Versalence Backend API

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

Versalence Backend API

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

Versalence Backend API

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

Versalence Backend API

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

Versalence Backend API

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

Versalence Backend API

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

Versalence Backend API

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...