By External Id Create

Update a client data list asynchronously by external ID. This endpoint allows you to update a client data list by its external ID. The external ID is a unique identifier for the data list that is assigned by the client. The data list is updated asynchronously and the response contains the async request ID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

external_idstringRequired

Request

This endpoint expects an object.
data_list_optionslist of objectsRequired
Array of options to update in the data list

Response

async_requestobject
The asynchronous request object. This object represents a request that has been submitted for further background processing.