Authorizations
Authentication using Personal Access Token (PAT) token
curl --request GET \
--url https://sandbox-api.shipbob.com/2.0/taxonomy/{id} \
--header 'Authorization: Bearer <token>'{
"children": [
{
"has_children": true,
"id": 0,
"name": "string",
"path": "string"
}
],
"id": 0,
"name": "string",
"parent": {
"id": 0,
"name": "string",
"path": "string"
},
"path": "string"
}Authentication using Personal Access Token (PAT) token
curl --request GET \
--url https://sandbox-api.shipbob.com/2.0/taxonomy/{id} \
--header 'Authorization: Bearer <token>'{
"children": [
{
"has_children": true,
"id": 0,
"name": "string",
"path": "string"
}
],
"id": 0,
"name": "string",
"parent": {
"id": 0,
"name": "string",
"path": "string"
},
"path": "string"
}