You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/post/getting-started-with-KORE-connectivity-api/index.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Getting started with KORE ConnectivityPRO™ API"
3
3
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!"
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).
15
15
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).
16
16
17
17
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
21
21
22
22
## Prerequisites
23
23
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™**.
25
25
Otherwise, you won’t be able to see the **Authentication endpoint** described below.
26
26
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/).
28
28
29
29
You don’t need to be a software developer but should be familiar with what a **REST API** is.
30
30
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
36
36
37
37
## Overview
38
38
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.
40
40
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™**.
42
42
43
43
### Available APIs
44
44
45
45
| API | Description |
46
46
|------|-------------|
47
47
|**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. |
49
49
50
50
This article focuses on the [**Connectivity API**](https://developer-app.korewireless.com/api?product=Connectivity), which allows you to manage SIM subscriptions via API.
51
51
52
52
---
53
53
54
-
## Why Use Kore’s API?
54
+
## Why Use KORE's API?
55
55
56
56
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.
57
57
58
58

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

@@ -123,7 +123,7 @@ The authentication Token is valid for 10 hours, after 10 hours, you will need to
123
123
124
124
### Getting the account-id
125
125
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.
127
127
128
128
Using Postman, setup a GET request to https://api.korewireless.com/connectivity/v1/accounts?email=<YOUR_EMAIL>
129
129
@@ -233,14 +233,14 @@ If you have any questions, don’t hesitate to reach out to me [here](mailto:vri
233
233
234
234
### Postman Collection
235
235
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).
237
237
238
238

239
239
240
240
---
241
241
### Github
242
242
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).
0 commit comments