v1
latestOpenAPI 3.0.32026-07-14314472448.6 KBprovisioning
Create a contact point.
post/v1/provisioning/contact-points
Headers
X-Disable-Provenancestring
Request body
Example request
{
"name": "webhook_1",
"type": "webhook",
"uid": "my_external_reference"
}Response
EmbeddedContactPoint
Example response
{
"name": "webhook_1",
"type": "webhook",
"uid": "my_external_reference"
}