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
Your API key. Include this in the request header as Authorization: Bearer YOUR_API_KEY
Path Parameters
The unique identifier for the user’s endpoint
Request Body
The name of the lead
Response
The unique identifier for the created lead
The name of the lead
The timestamp of when the lead was created (in ISO 8601 format)