InsionInsion
IngestUsers

Ingest a user

Create or update a user without ingesting a record.

POST
/api/v1/ingest/user

Authorization

bearerAuth
AuthorizationBearer <token>

Provide an API key from the Insion dashboard in the Authorization header: Bearer YOUR_API_KEY.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/ingest/user" \  -H "Content-Type: application/json" \  -d '{    "clientId": "string"  }'
{  "message": "Success",  "id": "string"}
{  "error": {    "message": "string"  }}
{  "error": {    "message": "string"  }}