cURL
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" } '
201
success
{ "message": "Note created", "data": { "id": "6795d530-07c4-43b6-8b85-dfc2cfceceb5", "email": "example@email.com" }}
Cria uma nova nota.
Note created
Mostrar atributos filhos
Esta página foi útil?