cURL
curl --request GET \ --url https://api.delaphonegh.com/v1/list-bundles \ --header 'Authorization: Bearer <token>'
{ "category": [ { "bundle_id": "<string>", "name": "<string>", "price": "<string>", "data_amount": "<string>", "validity": "<string>" } ] }
Retrieve a list of available data bundles for a specified network.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Network for which to list data bundles.
List of available data bundles
Show child attributes