{
	"info": {
		"_postman_id": "eb03767c-c9cd-4828-bd03-c88255a650a2",
		"name": "MTN SA",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "24465425"
	},
	"item": [
		{
			"name": "Add APN",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"name\": \"INFINITY\",\n    \"transactionId\": \"320055544892200\",\n    \"category\": \"Operator1\",\n    \"startDate\": \"2025-08-16+07:00\",\n    \"description\": \"MADAPI\",\n    \"serviceSpecification\": {\n        \"name\": \"INFINITY_CMP\"\n    },\n    \"serviceOrderItem\": [\n        {\n            \"role\": \"Modify\",\n            \"@type\": \"APN\",\n            \"itemAction\": \"add\"\n        }\n    ],\n    \"feature\": [\n        {\n            \"featureCharacteristics\": [\n                {\n                    \"id\": \"00059\",\n                    \"name\": \"ID\"\n                }\n            ]\n        }\n    ],\n    \"serviceCharacteristic\": [\n        {\n            \"name\": \"MSISDN\",\n            \"value\": \"279603000780212\"\n        }\n    ]\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://coe.api.mtn.com/customerManagement/v1/sim/apn/add",
					"protocol": "https",
					"host": [
						"coe",
						"api",
						"mtn",
						"com"
					],
					"path": [
						"customerManagement",
						"v1",
						"sim",
						"apn",
						"add"
					]
				}
			},
			"response": []
		},
		{
			"name": "Subscription Status",
			"request": {
				"method": "POST",
				"header": [],
				"body": {
					"mode": "raw",
					"raw": "{\n    \"name\": \"INFINITY\",\n    \"transactionId\": \"320055544792111\",\n    \"category\": \"Operator1\",\n    \"serviceCharacteristic\": [\n        {\n            \"characteristic\": [\n                {\n                    \"name\": \"MSISDN\",\n                    \"value\": \"279602001941029\"\n                }\n            ]\n        }\n    ]\n}",
					"options": {
						"raw": {
							"language": "json"
						}
					}
				},
				"url": {
					"raw": "https://coe.api.mtn.com/customerManagement/v1/sim/subscriberStatus",
					"protocol": "https",
					"host": [
						"coe",
						"api",
						"mtn",
						"com"
					],
					"path": [
						"customerManagement",
						"v1",
						"sim",
						"subscriberStatus"
					]
				}
			},
			"response": []
		},
		{
			"name": "Get APN Details",
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://coe.api.mtn.com/customerManagement/v1/sim/apn/details/279603003504179",
					"protocol": "https",
					"host": [
						"coe",
						"api",
						"mtn",
						"com"
					],
					"path": [
						"customerManagement",
						"v1",
						"sim",
						"apn",
						"details",
						"279603003504179"
					]
				}
			},
			"response": []
		}
	],
	"auth": {
		"type": "apikey",
		"apikey": [
			{
				"key": "value",
				"value": "TWjh4IsGiAEIcf4JYdUMqCPZnbkhrOXC",
				"type": "string"
			},
			{
				"key": "key",
				"value": "x-api-key",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"requests": {},
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"packages": {},
				"requests": {},
				"exec": [
					""
				]
			}
		}
	]
}