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 End Users API

Manage end user profiles and metadata

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

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

This API exposes 7 operations across 4 paths, and defines 3 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.

7 operations 4 paths 3 schemas 1 DELETE4 GET1 POST1 PUT

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 End Users 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 7

Across 4 paths, the API surfaces 7 operations — 1 DELETE, 4 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

End Users 7

Manage end user profiles and metadata

GET
/v1/end_users
Get all end users
listEndUsers 8 params → 200401
POST
/v1/end_users
Create an end user
createEndUser body → 200400401
GET
/v1/end_users/{id}
Get a specific end user by ID
getEndUser 3 params → 200401404
PUT
/v1/end_users/{id}
Update an end user
updateEndUser 1 param body → 200400401404
DELETE
/v1/end_users/{id}
Delete an end user
deleteEndUser 1 param → 200401404
GET
/v1/end_users/phone_number/{phone_number}
Get end user by phone number
getEndUserByPhone 1 param → 200401404
GET
/v1/end_users/{id}/export
Export end user data
exportEndUserData 1 param → 202401404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are EndUser (9 properties), EndUserInput (5 properties), Error (2 properties). Each schema is shown below with its type and property counts.

EndUser
object
9 properties
Error
object
2 properties
EndUserInput
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wootric-end-users-api-openapi.yml Raw ↑

Other APIs Wootric publishes across the network.

Wootric Declines API
Wootric Email Surveys API
Wootric Metrics API
Wootric Responses API
Wootric Segments API
Wootric Settings API
Wootric Survey Templates API