*My Active Shippers
Authorizations
Header parameters
X-Account-IDintegerOptional
Account identifier
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found Error
application/json
500
Internal Error
application/json
get
GET /shippers/active HTTP/1.1
Host: api.shiptify.com
Authorization: YOUR_API_KEY
Accept: */*
[
{
"enabled": true,
"shipper": {
"id": 1,
"account_id": 1,
"name": "Slotify"
}
}
]
Last updated