Client REST API v1
cURL
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 } ] }
Returns the available categories that can be assigned to uploaded order files.
Documentation IndexFetch the complete documentation index at: https://docs.smartcp.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.smartcp.org/llms.txt
Use this file to discover all available pages before exploring further.
Client secret key sent as a bearer token.
Client directory identifier.
Category list returned
200
"OK"
Show child attributes