Pular para o conteúdo principal
POST
/
notes
/
contacts
/
{email}
Create Note
curl --request POST \
  --url https://connect.pingback.com/v2/notes/contacts/{email} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "title": "Note title",
  "content": "Note Content"
}
'
{
"message": "Note created",
"data": {
"id": "6795d530-07c4-43b6-8b85-dfc2cfceceb5",
"email": "example@email.com"
}
}

Autorizações

x-api-key
string
header
obrigatório

Cabeçalhos

x-developer-mode
boolean
x-api-key
string
obrigatório

Parâmetros de caminho

email
string<email>
obrigatório

Corpo

application/json
title
string
obrigatório
content
string

Resposta

Note created

message
string
data
object