GET

Get Account Details


Retrieves email marketing account details.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Access Verticals by Automations
Set Up Automations
Manage Email Marketing
Learn more about app permissions.
Endpoint
GET
https://manage.wix.com/_api/shoutout/v1/account-details

Request
This endpoint does not take any parameters.
Response Object
accountDetailsAccountDetails

Current account details.

Request
cURL
curl -X GET 'https://www.wixapis.com/email-marketing/v1/campaigns/98b5a0b3-549b-4e58-b933-a8bd40923a14' \ -H 'Authorization: <AUTH>'
Response
JSON
{ "campaign": { "campaignId": "98b5a0b3-549b-4e58-b933-a8bd40923a14", "title": "Yoga with puppies", "firstImageUrl": "//static.wixstatic.com/media/eceb8e_f1f549829402430e8e6408182cb1453c~mv2_d_3681_1488_s_2.jpg", "editorType": "WEB", "status": "ACTIVE", "visibilityStatus": "PUBLISHED", "distributionStatus": "DISTRIBUTED", "publishingData": { "landingPageUrl": "https://shoutout.wix.com/so/d8NCkRGvE", "datePublished": "2020-07-08T12:37:17Z" }, "dateCreated": "2020-07-08T12:36:05Z", "dateUpdated": "2020-07-08T12:36:29.801250634Z" } }
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?