LogoLogo
ProductsDevelopersAPI ReferenceContact Us
Developers
Developers
  • KORE Developer Experience Overview
  • API Management
    • API Clients
    • Authorization
    • API Responses
  • Webhooks
    • Connection Settings
    • Verifying Callbacks from KORE
    • Idempotency
  • Event Streams
    • Destinations
    • Streaming Rules
    • Events
  • Get Started
    • APIs
    • Webhooks
    • Event Streams
      • AWS Kinesis Quick Start
        • Script to Create a Kinesis Stream
      • Webhook Quick Start
  • How To ...
    • Invite and collaborate with developers
    • APIs
      • Refresh API Access Token
    • Webhooks
      • Validate Webhook Signatures
      • Rotate my Webhook Secret
      • Test and Troubleshoot my Webhook Integration
    • Event Streams
      • Test My Destination
      • Modify my Destination
      • Modify my Streaming Rule
On this page
  • Meta-Data
  • Paging Information
  • Data Formats
  • Dates & Times
  • Errors

Was this helpful?

  1. API Management

API Responses

Meta-Data

Unless otherwise specified, responses from KORE will have a meta-data {} Object.

Meta-Data Property Name
Example
Description

count

35

Total size of the result

page_size

10

How many items per page

page_number

2

Page offset (starting from which page)

previous_page_url

Previous page URL in the client list.

next_page_url

Next page URL in the client list.

Paging Information

If the response to your API request is long, the API returns a partial result in a single 'page.' You can use the meta-data object to page through the other pages.

Data Formats

Dates & Times

All dates and times are GMT. For example, 12:49 PM EST on Tuesday, May 14th, 2024, would be 4:49 PM GMT on Tuesday, May 14th, 2024.

Errors

KORE employs standard HTTP response codes to indicate the success or failure of an API request. Successes are indicated through 2xx codes, while failures are denoted by 4xx (client errors) or 5xx (server errors) codes. In addition to the HTTP response codes, KORE provides an additional layer of detail through KORE's own error codes.

If there is an error, unless otherwise specified, KORE will respond with the following properties:

Property Name
Data Type
Description

status

INT

HTTP Status Code

message

String

A more descriptive message, taken from

code

INT

(Conditional) An error code to find help for the exception, taken from

more_info

String

(Conditional) The URL of KORE’s documentation for the error code, taken from

Example:

{
  "status": 400,
  "message": "Super SIM registration failed due to Internal Error",
  "code": 83000,
  "more_info": "https:\/\/docs.korewireless.com\/errors\/83000"
}
PreviousAuthorizationNextWebhooks

Last updated 10 months ago

Was this helpful?

View the for more details on all of KORE's errors, possible causes, and possible solutions.

error dictionary
https://client.api.korewireless.com/v1/clients?page_size=10&page_number=1&account_id=CO1686726qunzorx123456
https://client.api.korewireless.com/v1/clients?page_size=10&page_number=3&account_id=CO1686726qunzorx123456