c_ClaveUnidad catalog. Returns the codes you assign to anunit_key, together with the name commonly stored as unit_name.livemode and contain no team data. Authentication is still required.q (or query) parameter is required.curl --location 'https://api.gigstack.io/v2/catalogs/unit-keys?q=undefined&query=undefined&limit=undefined&page=undefined&fields=id%2Cdescription%2Ccreated_at' \
--header 'Authorization: <api-key>'{
"message": "Unit keys searched successfully",
"data": [
{
"code": "E48",
"name": "Unidad de servicio"
}
],
"found": 4,
"page": 1,
"per_page": 10,
"success": true,
"timestamp": 1704067200000
}