This endpoint allows you to retrieve the details of Credit limit notification from the Airalo Partners API. If the below highlighted response is returned, it means you are successfully opted in for the notification.The access token, obtained from the Request Access Token endpoint, should be included in the request.
Request
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/v2/notifications/opt-in' \
--header'Accept: application/json' \
--header'Authorization: Bearer {{token}}'