Skip to content
Customers

Import customers

Understanding how to use FeatureOS API to build custom integrations.

Introduction

The FeatureOS import customers API allows you to import information about your customers. You can also import customers' associated data.

POST https://api.featureos.app/api/v3/customers/import
curl -X POST 'https://api.featureos.app/api/v3/customers/import' \
  -H 'API-KEY: YOUR_API_KEY' \
  -H 'Content-Type: application/json'

Headers

Parameter Default Description
API-KEY - Generate from organization settings on the admin dashboard.
Authorization - Generate a unique JWT token specific to a user.

Query Parameters

Parameter Required Format Description
customers true Array Array of customers to be imported. Follow the same format as the create customers API.

Sample Response