Skip to main content
GET
/
storage
/
columns
/
autocomplete
Autocomplete columns
curl --request GET \
  --url https://api.getcargo.io/v1/storage/columns/autocomplete \
  --header 'Authorization: Bearer <token>'
{
  "outcome": "<string>",
  "results": [
    {
      "label": "<string>",
      "value": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

outcome
string
required

Autocomplete outcome.

Allowed value: "autocompleted"
results
Results · object[]
required

Autocomplete results.