User Tools

Site Tools


api:porting:notify

API : Porting Notify

Introduction

This request will send a notification to the email addresses that subscribes to change notification on this porting with its current state.

This is invoked from internal proxy systems that processes portings to announce status changes.

Request

URL https://api.telecomx.dk/porting/PORTING-ID/notify
Method GET
Access level Trusted TCX IP addresses.
Param PORTING-ID Id of the porting

Query example

https://api.telecomx.dk/porting/12345678901234567890ABCD/notify

Response

Property Type Description
success Boolean True on success

Example

{
  success: true
}

Errors

Error code Message Description
404 not_found Porting not found
403 access_denied Insufficient access level
500 internal_error <Unspecified>
api/porting/notify.txt · Last modified: 2026/05/21 21:22 by Per Møller

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki