Endpoint Examples
Create Lead
Create a new lead for a specific endpoint
POST
This endpoint allows you to create a new lead for a given endpoint ID.
Authentication
string
required
Your API key. Include this in the request header as
Authorization: Bearer YOUR_API_KEYPath Parameters
string
required
The unique identifier for the user’s endpoint
Request Body
string
required
The name of the lead
Response
string
The unique identifier for the created lead
string
The name of the lead
string
The timestamp of when the lead was created (in ISO 8601 format)