cURL
curl --request GET \ --url https://api.example.com/units/basic
{ "data": [ { "id": 123, "name": "<string>" } ] }
Returns a list of units with only basic information (id and name).
Documentation IndexFetch the complete documentation index at: https://docs.ziik.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ziik.io/llms.txt
Use this file to discover all available pages before exploring further.
Basic unit list
Show child attributes