Skip to main content
POST
Create contact list

Authorizations

X-YoLead-Key
string
header
required

Public API key generated in the YoLead UI.

X-YoLead-Timestamp
string
header
required

Unix timestamp in milliseconds. Requests must be signed within a 5-minute window.

X-YoLead-Signature
string
header
required

Hex HMAC-SHA256 signature over <timestamp>.<raw_body> using the API secret.

Body

application/json
name
string
required
Required string length: 1 - 100
description
string
Maximum string length: 1000

Response

List created.

data
object
required