Vzlaonlineservices API V3
    Vzlaonlineservices API V3
    • INTRODUCTION
    • CHANGELOG
    • Requests Validations
    • Hash Validations
    • Other Validations
    • Operator Validation
    • Webhook Integration
    • Webhook Notification Example
    • MOVISTAR
      • /send
        POST
      • /landline
        POST
      • /lookup
        POST
      • /pay (POSTPAID)
        POST
    • DIGITEL
      • /lookup
        POST
      • /send
        POST
      • /pay (POSTPAID)
        POST
    • MOVILNET
      • /send
        POST
    • SIMPLE TV
      • /send
        POST
      • /lookup
        POST
    • /me
      GET
    • /operators
      GET
    • /send
      POST
    • /products
      GET
    • /transaction-status/{hash}
      GET

      /me

      GET
      /me
      This endpoint allows you to retrieve essential user data, including account balance and contact information. It is a useful resource for obtaining information about the user's account status.
      For successful requests to this endpoint, you will receive user-specific data in the response, providing valuable insights into the user's account details. Please ensure that the required API key and secret are included in the request headers for authentication.

      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 '/me' \
      --header 'x-api-key: {{apiKey}}' \
      --header 'x-api-secret: {{apiSecret}}'

      Responses

      🟢200OK
      application/json
      Body

      Example
      {
          "success": true,
          "message": "OK",
          "data": {
              "balance": 40.5,
              "username": "MyUsername",
              "email": "my@email.com",
              "businessName": "My Busines LLC"
          }
      }
      Modified at 2025-01-15 02:33:35
      Previous
      /lookup
      Next
      /operators
      Built with