Skip to main content
POST
Send a test webhook

Authorizations

Authorization
string
header
required

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

Body

application/json
endpointId
string
required
Required string length: 16
Pattern: ^[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ]{16}$
eventType
enum<string>
Available options:
post.scheduled,
post.updated,
post.published,
post.unpublished,
post.failed,
post.partial,
post.recycled,
account.connected,
account.disconnected,
ad.created,
ad.status_changed,
account.ads.initial_sync_completed

Response

Test webhook result returned.

ok
boolean
required
data
object
required