API for managing subscriptions and metering for WeTransact Publishers.
WeTransact Platform API (1.0)
Download OpenAPI description
Overview
Support Team
Languages
Servers
WeTransact Publisher API Base URL
https://<yoursubdomain>.wetransact.io/api/v1/
- WeTransact Publisher API Base URL
https://<yoursubdomain>.wetransact.io/api/v1/api/v1.0/products
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
application/json
[ { "productId": "c82329c5-5331-4580-96af-2d2cb6aebde9", "productName": "WeTransact", "status": "Published", "created": "2024-02-13T13:35:56", "productDescription": "<p>Introducing <a href=\"https://www.wetransact.io/\">WeTransact</a>...</p>", "gettingStartedInstructions": "Getting Started Instructions", "searchKeyword1": "Marketplace Publishing", "searchKeyword2": "Integration", "searchKeyword3": "Go-to-Market", "logoUrl": "https://xyz.blob.core.windows.net/productlogos/logo.png", "screenshots": [ … ], "supportingFiles": [ … ], "videos": [ … ], "tagLine": "Publish and Sell on Azure Marketplace with ease!", "privacyPolicyUrl": "https://www.wetransact.io/privacy", "supportUrl": "https://www.wetransact.io/support", "termsAndConditionsAmendmentText": null, "termsAndConditionsType": "msftcontract", "termsAndConditionsLink": null, "partnerCenterOfferId": "c82329c5-5331-4580-96af-2c2cb6aebab9", "hasUnpublishedDetails": true, "productType": "SaaS", "selectedPublisher": "EMEA", "plans": [ … ], "subscriptionIds": [ … ], "isFullyHostedInAzure": true, "links": [ … ] } ]
- WeTransact Publisher API Base URL
https://<yoursubdomain>.wetransact.io/api/v1/api/v1.0/products/{productId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
application/json
{ "productId": "c82329c5-5331-4580-96af-2d2cb6aebde9", "productName": "WeTransact", "status": "Published", "created": "2024-02-13T13:35:56", "productDescription": "<p>Introducing <a href=\"https://www.wetransact.io/\">WeTransact</a>...</p>", "gettingStartedInstructions": "Getting Started Instructions", "searchKeyword1": "Marketplace Publishing", "searchKeyword2": "Integration", "searchKeyword3": "Go-to-Market", "logoUrl": "https://xyz.blob.core.windows.net/productlogos/logo.png", "screenshots": [ "https://xyz.blob.core.windows.net/files/screenshot.png" ], "supportingFiles": [ { … } ], "videos": [ "https://www.youtube.com/watch?v=xyz" ], "tagLine": "Publish and Sell on Azure Marketplace with ease!", "privacyPolicyUrl": "https://www.wetransact.io/privacy", "supportUrl": "https://www.wetransact.io/support", "termsAndConditionsAmendmentText": null, "termsAndConditionsType": "msftcontract", "termsAndConditionsLink": null, "partnerCenterOfferId": "c82329c5-5331-4580-96af-2c2cb6aebab9", "hasUnpublishedDetails": true, "productType": "SaaS", "selectedPublisher": "EMEA", "plans": [ { … } ], "subscriptionIds": [ "343ebc84-7a85-45fc-8fce-82ca0b358784" ], "isFullyHostedInAzure": true, "links": [ { … } ] }
- WeTransact Publisher API Base URL
https://<yoursubdomain>.wetransact.io/api/v1/api/v1.0/products/bypartnercenterofferid/{partnerCenterOfferId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
application/json
{ "productId": "c82329c5-5331-4580-96af-2d2cb6aebde9", "productName": "WeTransact", "status": "Published", "created": "2024-02-13T13:35:56", "productDescription": "<p>Introducing <a href=\"https://www.wetransact.io/\">WeTransact</a>...</p>", "gettingStartedInstructions": "Getting Started Instructions", "searchKeyword1": "Marketplace Publishing", "searchKeyword2": "Integration", "searchKeyword3": "Go-to-Market", "logoUrl": "https://xyz.blob.core.windows.net/productlogos/logo.png", "screenshots": [ "https://xyz.blob.core.windows.net/files/screenshot.png" ], "supportingFiles": [ { … } ], "videos": [ "https://www.youtube.com/watch?v=xyz" ], "tagLine": "Publish and Sell on Azure Marketplace with ease!", "privacyPolicyUrl": "https://www.wetransact.io/privacy", "supportUrl": "https://www.wetransact.io/support", "termsAndConditionsAmendmentText": null, "termsAndConditionsType": "msftcontract", "termsAndConditionsLink": null, "partnerCenterOfferId": "c82329c5-5331-4580-96af-2c2cb6aebab9", "hasUnpublishedDetails": true, "productType": "SaaS", "selectedPublisher": "EMEA", "plans": [ { … } ], "subscriptionIds": [ "343ebc84-7a85-45fc-8fce-82ca0b358784" ], "isFullyHostedInAzure": true, "links": [ { … } ] }