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

Iterable Users API

Manage user profiles, update user fields, bulk update users, get user data by email or userId, and delete users.

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

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

This API exposes 8 operations across 6 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against 2 base URLs: https://api.iterable.com/api, https://api.eu.iterable.com/api.

8 operations 6 paths 4 schemas 2 DELETE3 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.iterable.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Iterable Users API declares 1 security scheme for authenticating requests. An API key is passed in the header as Api-Key (apiKeyAuth). By default, every request must be authenticated.

  • apiKeyAuth — Iterable API key passed in the Api-Key header. API keys can be created and managed in the Iterable project settings.

Paths & Operations 8

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

Users 8

Manage user profiles, update user fields, bulk update users, get user data by email or userId, and delete users.

POST
/users/update
Update a user profile
updateUser body → 200400401
POST
/users/bulkUpdate
Bulk update user profiles
bulkUpdateUsers body → 200400401
GET
/users/{email}
Get a user by email
getUserByEmail 1 param → 200400401404
DELETE
/users/{email}
Delete a user by email
deleteUserByEmail 1 param → 200401404
GET
/users/byUserId/{userId}
Get a user by userId
getUserByUserId 1 param → 200400401404
DELETE
/users/byUserId/{userId}
Delete a user by userId
deleteUserByUserId 1 param → 200401404
GET
/users/getFields
Get user fields
getUserFields → 200401
POST
/users/registerDeviceToken
Register a device token
registerDeviceToken body → 200400401

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are UserUpdateRequest (5 properties), ErrorResponse (3 properties), IterableResponse (3 properties), UserResponse (1 property). Each schema is shown below with its type and property counts.

UserResponse
object
User profile response containing all user data
1 property
IterableResponse
object
Standard Iterable API response indicating success or failure
3 properties
UserUpdateRequest
object
Request body for updating a user profile
5 properties
ErrorResponse
object
Error response returned when a request fails validation
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

iterable-users-api-openapi.yml Raw ↑

Other APIs Iterable publishes across the network.

Iterable Export API
Iterable Web SDK
Iterable iOS SDK
Iterable Android SDK
Iterable React Native SDK
Iterable Campaigns API
Iterable Catalogs API
Iterable Channels API
Iterable Commerce API
Iterable Email API
Iterable Events API
Iterable ExperimentMetrics API