+

Search Tips | Advanced Search

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


Push Device Registration (POST)

Creates a device registration with the push service.


Description

The device registrations happens from the device. The deviceId is the unique ID for the device for the application.


Method

POST


Path

/apps/applicationId/devices


Example


Path Parameters


Header Parameters

Some header parameters are optional.


Consumes

application/json


Produces

application/json


Payload

The details of the device registration.


JSON Example


Payload Properties

The payload has the following properties:


Response

The details of the application.


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