Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 1021 Bytes

errors.md

File metadata and controls

13 lines (9 loc) · 1021 Bytes

Errors

The Errors resource lets you see information about errors that happened in your API calls and during applications callbacks. This error information can be very helpful when you're debugging an application. Because error information can be large, and errors in the distant past are less useful than new ones, Bandwidth API limits the number of user errors it keeps.

Base URL

https://api.catapult.inetwork.com/v1/users/{userId}/errors

Capabilities

Verb Path about
GET /v1/users/{userId}/errors Gets all the user errors for an account
GET /v1/users/{userId}/errors/{errorId} Gets information about one error