5G Developer Portal
We streamline the development & monetization of 5G Apps and Value Added Services
Getting started
This section will help you get started with the User API service.
Authentication
Ensure secure access by including your developer token in the request Authorization header.
User Journey
To get to this point the user have to be currently authenticated in order to interact with the API like this:
-
Get the User's information:
- Use the
GET /user
endpoint to receive a JSON response containing details such as the user's webhook.
- Use the
-
Update the User's webhook:
- Use the
PUT /user
endpoint providing the updated webhook URL to receive notifications in that new one.
- Use the