/
KA
karrio
/
Karrio API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 3h ago · Updated 23h ago
Details
Filter operations
Addresses
5
API
2
Auth
4
post
Obtain auth token pair
post
Refresh auth token
post
Get verified JWT token
post
Verify token
Batches
6
Carriers
2
Connections
5
Documents
9
Manifests
3
Orders
6
Parcels
5
Pickups
5
Proxy
9
Shipments
7
Trackers
6
Webhooks
6
Auth
Refresh auth token
Authenticate the user and return a token pair
post
/api/token/refresh
Request body
TokenRefresh
required
refresh
string
required
access
string
required
Response
TokenPair
required
access
string
required
refresh
string
required
Changes