Public
Documentation Settings

Encharge Ingest API

POSTIngest

https://ingest.encharge.io/v1
HEADERS
content-type

application/json

X-Encharge-Token

your-write-key

Get the write key for the Ingest API in Your Account. Please note this is different from the "API Key".

Bodyraw
{
  "name": "Registered user",
  "user": {
  	"email": "jonsnow@thenorthremembers.com",
  	"userId": "1234567890",
  	"firstName": "Jon",
  	"lastName": "Snow"
  },
  "properties": {
	"plan": "Premium",
    "trial": {
    	"startDate": "2020-03-06T14:24:03.522Z",
    	"length": 14
    }
  }
}
Loading