Skip to main content
GET
/
orders
/
file-categories
File Categories
curl --request GET \
  --url https://logistics.api.smartcp.org/v1/orders/file-categories \
  --header 'Authorization: Bearer <token>' \
  --header 'directory: <api-key>'
{
  "status": 200,
  "message": "OK",
  "data": [
    {
      "id": 1,
      "name": "General files",
      "visible_customer": 0
    },
    {
      "id": 2,
      "name": "POD",
      "visible_customer": 1
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.smartcp.org/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Client secret key sent as a bearer token.

directory
string
header
required

Client directory identifier.

Response

Category list returned

status
integer
required
Example:

200

message
string
required
Example:

"OK"

data
object[]
required