Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wootric Email Surveys API

Send email surveys and retrieve email statistics

Wootric Email Surveys API is one of 8 APIs that Wootric publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Email Surveys. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 5 operations across 5 paths, and defines 5 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against 3 base URLs: https://api.wootric.com, https://api.eu.wootric.com, https://api.au.wootric.com.

5 operations 5 paths 5 schemas 2 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api.wootric.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Wootric Email Surveys API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — OAuth 2.0 Bearer token. Obtain via password, clientcredentials, or refreshtoken grant. Tokens expire after 2 hours.

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 2 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Email Surveys 5

Send email surveys and retrieve email statistics

POST
/v1/email_survey
Send email survey to up to 100 recipients
sendEmailSurvey body → 200400401429
POST
/v1/email_survey_csv
Send email survey via CSV (up to 5000 rows)
sendEmailSurveyCsv body → 200400401429
GET
/v2/email_stats
Get email statistics
getEmailStats 2 params → 200401
GET
/v2/email_stats/sources
Get email stats sources
getEmailStatsSources → 200401
POST
/v2/email_stats/bounce_report
Generate bounce report (emailed to account owner)
generateBounceReport body → 200401

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are EmailSurveyCsvInput (12 properties), EmailSurveyInput (11 properties), EmailStats (7 properties), EmailStatsSources (2 properties). Each schema is shown below with its type and property counts.

EmailStats
object
7 properties
EmailSurveyInput
object
11 properties 1 required
Error
object
2 properties
EmailSurveyCsvInput
object
12 properties
EmailStatsSources
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wootric-email-surveys-api-openapi.yml Raw ↑

Other APIs Wootric publishes across the network.

Wootric Declines API
Wootric End Users API
Wootric Metrics API
Wootric Responses API
Wootric Segments API
Wootric Settings API
Wootric Survey Templates API