Export all customers

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Authorization

In this API call you must use the following authorization access and permissions:

Available access typePermission needed
Private accessGDPR > Export customers

Read more about:

attributes object schema

Here is the schema of the request body parameter attributes:

ParameterTypeDescriptionRequired
typestringsome = only specified attributes in the request
properties_and_ids = all properties and identifiers (default)
No
listarray of objectsDefine attributes, that you want to export. Only available when type: some is used.Required if some is used as attributes.type.

Additional example of the attributes

"attributes": {
        "type": "some",
        "list": [
            {
                "type": "id",
                "id": "registered"
            },
            {
                "type": "id",
                "id": "cookie"
            }
        ]
    }
🚧

Important

When using event attributes id, property, and type, use attribute.list.id, attribute.list.property, and attribute.list.type in your request definition.

filter object schema

Here is the schema of the request body parameter filter:

ParameterTypeDescriptionRequired
typestringsegment = customers from a segment
all = all customers (default)
No
segmentation_idstringID of the segmentation that should be applied for filtering customers.No
segment_indexint32Index of the segment from the segmentation. Only customers from this segment will be exported. Indexed from 0. Customers that don't match any of the segments belong to segment_index -1.No
📘

Note

For use cases that require date filtering, the Data Exports feature may be a better fit. Note that Data Exports is a paid feature and the API does not support date filtering.

Path Params
string
required
Defaults to 12345678-1234-1234-1234-123456789abc
Body Params
string
required
attributes
object
filter
object
int32
string
Headers
string
required
Defaults to Basic <KeyID/Secret>
string
required
Defaults to application/json
Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json

© Bloomreach, Inc. All rights reserved.