cURL
curl --request GET \ --url https://api-message.nativehub.live/api/v1/rate-plans/{id}/entries \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "e3f4a5b6-c7d8-9012-ef34-567890123456", "plan_id": "d2e3f4a5-b6c7-8901-de23-456789012345", "country_code": "BD", "operator_code": "GP", "mcc_mnc": "470-01", "rate": 0.05, "currency": "USD", "effective_date": "2026-01-01" } ], "total": 123, "page": 123, "per_page": 123 }
Retrieve paginated list of rate plan entries (read-only)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Rate Plan ID
Page number (default 1)
x >= 1
Items per page (default 20, max 100)
1 <= x <= 100
Rate plan entries retrieved successfully
Show child attributes