curl --request GET \
--url https://api.getcargo.io/v1/storage/columns/autocomplete \
--header 'Authorization: Bearer <token>'{
"outcome": "<string>",
"results": [
{
"label": "<string>",
"value": "<string>"
}
]
}Get column autocomplete suggestions
curl --request GET \
--url https://api.getcargo.io/v1/storage/columns/autocomplete \
--header 'Authorization: Bearer <token>'{
"outcome": "<string>",
"results": [
{
"label": "<string>",
"value": "<string>"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?