Add customers
Add a new customer to your FeatureOS organization.
Introduction
The FeatureOS add customers API allows you to add customers to your organization. You can also add customers' associated data.
POST
https://api.featureos.app/api/v3/customers
curl -X POST 'https://api.featureos.app/api/v3/customers' \
-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 |
|---|---|---|---|
| name | false | String | Name of the customer |
| true | Valid email ID of the customer | ||
| profile_picture_url | false | String | URL of the profile picture of the customer. Supports PNG, JPG, JPEG and GIF formats. |
| labels | false | Array | Array of labels to be added to the customer. |
| starred | false | Boolean | Set to true to star the customer. |