notification

Receive notifications from external partners.

Used by third-party partners to send notifications to Pinterest. These notifications could be specific for your use-case or generic notification that are accepted by Pinterests' systems. This API is gated and you need to request access to this feature.

post/notifications

Request body

object[] required
OR
object required

Response

Successfully received notification

successboolean

Returns true if the notification accepted.

received_atinteger

Received time. Unix timestamp in seconds.

error_msgstring

error message when success is false

Example response

{
  "received_at": 1677003860
}

Changes