Api Documentation

Push providers

Retrieve push providers available for this application. These can be used to create push tokens for users with the Push notification tokens endpoint.
Retrieves a list of push providers available for this application.
Json
XML
GET https://api.bundeling.com/V2/push_providers

Example response

{
    "data": [
        {
            "uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
            "name": "Example Push Provider"
        }
    ],
    "pagination": {
        "total": 1,
        "per_page": 100,
        "current_page": 1,
        "total_pages": 1
    }
}