ShipNitro
  1. API v2
ShipNitro
  • Authentication
  • API v2
    • Getting Shipment Rates
      POST
    • Retrieve Shipment Details
      GET
    • Creating Shipment Labels
      POST
    • Get Current Credit
      GET
    • Getting Tracking number status
      POST
  • API v1 - deprecated do not use
    • Get Labels
      POST
    • Get Rates
      POST
    • Create Label
      POST
    • Get Current Credit
      GET
  • Callbacks
    • v2
      • Customer Create Label Callback
    • v1 - deprecated do not use
      • Callback Part 1
  1. API v2

Get Current Credit

GET
api/v2/current-credit

Request

Header Params
Authorization
string 
optional
Example:
Basic {{apiKey}}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://app.shipnitro.com/api/v2/current-credit' \
--header 'Authorization: Basic {{apiKey}}'

Responses

🟢200OK
application/json
Body
credit
number 
required
Example
{
    "credit": 0
}
Previous
Creating Shipment Labels
Next
Getting Tracking number status
Built with