Endpoint Examples
Create Lead
Create a new lead for a specific endpoint
POST
/
api
/
endpoints
/
{endpointId}
This endpoint allows you to create a new lead for a given endpoint ID.
Authentication
Authorization
string
requiredYour API key. Include this in the request header as Authorization: Bearer YOUR_API_KEY
Path Parameters
endpointId
string
requiredThe unique identifier for the user’s endpoint
Request Body
name
string
requiredThe name of the lead
Response
id
string
The unique identifier for the created lead
name
string
The name of the lead
createdAt
string
The timestamp of when the lead was created (in ISO 8601 format)