Skip to main content
PATCH
Perform bulk operations on Enterprise Accounts

Authorizations

Authorization
string
header
required

The primary authentication method for the Mezmo API.

Pass the key in the Authorization header in the format Token <ACCESS TOKEN>. For example:

This key is used for all APIs with the exception of ingest.

Body

application/x-bulk+json

Request body for bulk operations on accounts

Request body for bulk operations on accounts

operations
Bulk Operation · object[]
required

List of bulk operations

Required array length: 1 - 100 elements

Response

A normalized representation of an error that is returned from an http request in response to failed input validation

A normalized representation of an error that is returned from an http request in response to failed input validation

status
integer<int32>
required

The HTTP status code the error is associated with

Required range: 300 <= x <= 599
code
string
required

A textual classifier of the error or failure

Maximum string length: 35
message
string
required

A message describing the nature of the error or failure

Maximum string length: 200
context
enum<string>

The portion of the inbound request which triggered the validation failure

Available options:
body,
querystring,
params,
headers
errors
HTTP Error Item · object[]

List of metadata objects describing validation failures or contextual information

Maximum array length: 200