API Reference

POST user/hs-identify/Z

POST
user/hs-identify/Z

POST operation for user/hs-identify/Z

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://dev-rest.onboard.io/user/hs-identify/Z" \  -H "Content-Type: application/json" \  -d '{    "email": "string",    "first_name": "string",    "last_name": "string"  }'
{
  "email": "string",
  "first_name": "string",
  "last_name": "string"
}
Empty
Empty
Empty

How is this guide?