Skip to main content
POST
/
contacts
/
blocked-senders
Block a sender
curl --request POST \
  --url https://productlane.com/api/v2/contacts/blocked-senders \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "value": "<string>"
}
'
{
  "id": "<string>",
  "value": "<string>",
  "created_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://productlane.mintlify.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
type
enum<string>
required

EMAIL blocks a single address, DOMAIN blocks every sender at that domain.

Available options:
EMAIL,
DOMAIN
value
string
required

Email address (when type=EMAIL) or bare domain like example.com (when type=DOMAIN). Case-insensitive; normalized to lowercase.

Required string length: 3 - 254

Response

Successful response

id
string
required
value
string
required
type
enum<string>
required
Available options:
EMAIL,
DOMAIN
created_at
string
required