POST
/
api
/
endpoints
/
{endpointId}

This endpoint allows you to create a new lead for a given endpoint ID.

Authentication

Authorization
string
required

Your API key. Include this in the request header as Authorization: Bearer YOUR_API_KEY

Path Parameters

endpointId
string
required

The unique identifier for the user’s endpoint

Request Body

name
string
required

The 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)