Skip to content

Commit 01774c0

Browse files
Post Updates
update streaming description change Kore with KORE
1 parent b1a7adb commit 01774c0

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

  • content/post/getting-started-with-KORE-connectivity-api

content/post/getting-started-with-KORE-connectivity-api/index.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Getting started with KORE ConnectivityPRO™ API"
33
date: 2025-11-05
4-
description: "This article covers the basics to start using the Kore Wireless ConnectivityPRO™ API, I hope this guide helps you onboard the API faster!"
4+
description: "This article covers the basics to start using the KORE Wireless ConnectivityPRO™ API, I hope this guide helps you onboard the API faster!"
55
categories: ["KORE", "ConnectivityPRO™", "API"]
66
tags: ["KORE", "ConnectivityPRO™", "API", "Connectivity", "How to", "Getting Started"]
77
image: "KORE-LOGO-CONNECTIVITYPRO.jpeg"
@@ -11,7 +11,7 @@ image: "KORE-LOGO-CONNECTIVITYPRO.jpeg"
1111

1212
## Introduction
1313

14-
Hi there, my name is **Vitor Ribeiro**, and I am a **Solutions Architect** at [**Kore Wireless**](http://korewireless.com).
14+
Hi there, my name is **Vitor Ribeiro**, and I am a **Solutions Architect** at [**KORE Wireless**](http://korewireless.com).
1515
Part of my job includes onboarding customers on our [**Developer Portal**](http://developer-app.korewireless.com) for our [**Connectivity API**](https://developer-app.korewireless.com/api?product=Connectivity).
1616

1717
This article covers some of the frequently asked questions related to our Connectivity API and how to get started.
@@ -21,10 +21,10 @@ This article covers some of the frequently asked questions related to our Connec
2121

2222
## Prerequisites
2323

24-
You can view the [**Developer Portal API documentation**](http://developer-app.korewireless.com), but to view and manage your API keys, you must be contracted for **Kore Wireless ConnectivityPro™**.
24+
You can view the [**Developer Portal API documentation**](http://developer-app.korewireless.com), but to view and manage your API keys, you must be contracted for **KORE Wireless ConnectivityPro™**.
2525
Otherwise, you won’t be able to see the **Authentication endpoint** described below.
2626

27-
If you are **not** a Kore Wireless customer and are interested in our services, [contact us here](https://www.korewireless.com/contact-us/).
27+
If you are **not** a KORE Wireless customer and are interested in our services, [contact us here](https://www.korewireless.com/contact-us/).
2828

2929
You don’t need to be a software developer but should be familiar with what a **REST API** is.
3030
AWS has [this article](https://aws.amazon.com/what-is/restful-api/) on REST APIs that can help.
@@ -36,28 +36,28 @@ You can watch their [101 videos](https://www.youtube.com/watch?v=hISzpFJ5fPs) or
3636

3737
## Overview
3838

39-
The [**Developer Portal**](http://developer-app.korewireless.com) is a public web page for customers, partners, and builders to integrate and leverage **Kore Wireless Services** through APIs.
39+
The [**Developer Portal**](http://developer-app.korewireless.com) is a public web page for customers, partners, and builders to integrate and leverage **KORE Wireless Services** through APIs.
4040

41-
It enables Kore Wireless to manage all APIs from a single point — referred to as **KORE One™**.
41+
It enables KORE Wireless to manage all APIs from a single point — referred to as **KORE One™**.
4242

4343
### Available APIs
4444

4545
| API | Description |
4646
|------|-------------|
4747
| **Connectivity** | For ConnectivityPro™; manage SIM subscriptions. |
48-
| **Streaming** | For ConnectivityPro™; manage SIM subscriptions. |
48+
| **Streaming** | For ConnectivityPro™; KORE’s streaming engine provides developers real time data streams which can be delivered to your infrastructure so you can build solutions with data. |
4949

5050
This article focuses on the [**Connectivity API**](https://developer-app.korewireless.com/api?product=Connectivity), which allows you to manage SIM subscriptions via API.
5151

5252
---
5353

54-
## Why Use Kore’s API?
54+
## Why Use KORE's API?
5555

5656
If you are using carriers like [**Verizon**](https://thingspace.verizon.com/documentation/apis/connectivity-management/api-reference.html) or [**AT&T**](https://developer.cisco.com/docs/control-center/cisco-iot-control-center-overview/), your team would need to integrate multiple APIs — each with its own endpoints and structures.
5757

5858
![](mnos-apis.png)
5959

60-
With **Kore Wireless**, you write code against **one unified API endpoint**.
60+
With **KORE Wireless**, you write code against **one unified API endpoint**.
6161
From that point forward, all service types available under your contract become accessible.
6262

6363
![](kore-one-api.png)
@@ -123,7 +123,7 @@ The authentication Token is valid for 10 hours, after 10 hours, you will need to
123123

124124
### Getting the account-id
125125

126-
Most endpoints from the Connectivity API will require the **“account-id”** as part of the required fields; obtaining your **“account-id”** is essential to interface with Kore’s Connectivity API.
126+
Most endpoints from the Connectivity API will require the **“account-id”** as part of the required fields; obtaining your **“account-id”** is essential to interface with KORE’s Connectivity API.
127127

128128
Using Postman, setup a GET request to https://api.korewireless.com/connectivity/v1/accounts?email=<YOUR_EMAIL>
129129

@@ -233,14 +233,14 @@ If you have any questions, don’t hesitate to reach out to me [here](mailto:vri
233233

234234
### Postman Collection
235235

236-
Kore offers a Postman collection that enables you to validate the APIs without writing any code, alternatively, the Developer Portal documentation also includes the ability to call the endpoints, you must be logged into the Developer Portal to view this [Auth Section](https://developer-app.korewireless.com/api?product=Connectivity#auth).
236+
KORE offers a Postman collection that enables you to validate the APIs without writing any code, alternatively, the Developer Portal documentation also includes the ability to call the endpoints, you must be logged into the Developer Portal to view this [Auth Section](https://developer-app.korewireless.com/api?product=Connectivity#auth).
237237

238238
![](devportal-postman.png)
239239

240240
---
241241
### Github
242242

243-
Kore Wireless has a [GitHub repository](https://github.com/korewireless) containing code samples. You can view code samples related to the Connectivity API [here](https://github.com/korewireless/Developer-API).
243+
KORE Wireless has a [GitHub repository](https://github.com/korewireless) containing code samples. You can view code samples related to the Connectivity API [here](https://github.com/korewireless/Developer-API).
244244

245245
![](kore-github.png)
246246

0 commit comments

Comments
 (0)