+

Search Tips | Advanced Search

For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.


Push Webhooks (POST)

Creates a webhook.


Description

Creates a webhook with the unique name in the application, which is referenced by the applicationId parameter. The webhook has associated with a name, url and event types. The webhook name cannot be updated after it is created


Method

POST


Path

/apps/applicationId/webhooks


Example


Path Parameters


Header Parameters

Some header parameters are optional.


Produces

application/json


Payload

The details of the webhook.


JSON Example


Payload Properties

The payload has the following properties:


Response

The details of the webhook.


JSON Example


Response Properties

The response has the following properties:


Errors

400

401

405

406

500

Parent topic: REST API for the MobileFirst Server push service