Service Integrations API
List Service Integrations
GET /api/v1/manager-core/service-integrations
Get all configured service integrations.
Get Pages
GET /api/v1/manager-core/service-integrations/pages
Get pages from integrated services.
Get Reviews
GET /api/v1/manager-core/service-integrations/reviews
Get reviews from integrated services.
Get Tags
GET /api/v1/manager-core/service-integrations/tags
Get tags from integrated services.
Get Campaign Stats
GET /api/v1/manager-core/service-integrations/campains
Get campaign statistics.
Get Basic Data
GET /api/v1/manager-core/service-integrations/basic/{type}
Get basic data from a specific service.
Parameters:
type(path) - Service type
Login to Service
GET /api/v1/manager-core/service-integrations/login/{type}
Initiate login to a service.
Parameters:
type(path) - Service type
Set Review Options
POST /api/v1/manager-core/service-integrations/reviews/{id}
Configure review options.
Parameters:
id(path) - Review ID
Set Tag Options
POST /api/v1/manager-core/service-integrations/tags/{id}
Configure tag options.
Parameters:
id(path) - Tag ID
Add Product to Tag
POST /api/v1/manager-core/service-integrations/tags/{id}/add-product
Add a product to a tag.
Parameters:
id(path) - Tag ID
Update Tag Product
POST /api/v1/manager-core/service-integrations/tags/{id}/update-product
Update product in a tag.
Parameters:
id(path) - Tag ID
Delete Tag Product
POST /api/v1/manager-core/service-integrations/tags/{id}/delete-product
Remove a product from a tag.
Parameters:
id(path) - Tag ID