Support
GET api/support/getMyData
Fetches all transactions for a given phone number made towards a given partner. Includes all fields potentially containing private information.
Request information | ||||
---|---|---|---|---|
Name | Value | Description | Data Type | Example |
partnerId | required | PartnerId provided by LINK Mobility AS | integer | 10295 |
msisdn | required | Phone number of the end user | string | “+47 123 123 123” |
Response information |
---|
List of UserTransactionEntry |
Response information | ||
---|---|---|
Status Code | Description | Message |
200 | OK |
|
GET api/support/getMyData/excel
Fetches all transactions for a given phone number made towards a given partner. Includes all fields potentially containing private information.
Request information | ||||
---|---|---|---|---|
Name | Value | Description | Data Type | Example |
partnerId | required | PartnerId provided by LINK Mobility AS | integer | 10295 |
msisdn | required | Phone number of the end user | string | “+47 123 123 123” |
Response information |
---|
List of HttpResponseMessage |
Response information | ||
---|---|---|
Status Code | Description | Message |
200 | OK |
|
POST api/support/forgetMe
GDPR Compliance. Performs a "forget me" action for the specified user. Removes or anonymizes all private information relating a given MSISDN to the given partner. This is not reversilbe.
Request information | ||||
---|---|---|---|---|
Name | Value | Description | Data Type | Example |
partnerId | required | PartnerId provided by LINK Mobility AS | integer | 10295 |
msisdn | required | Phone number of the end user | string | “+47 123 123 123” |
Response information | ||
---|---|---|
Status Code | Description | Message |
200 | OK |
|
Feeling lost? Click on this link! Portal page