curl --request GET \
--url https://api.getcargo.io/v1/storage/columns/existsBySlug \
--header 'Authorization: Bearer <token>'{
"exists": true
}Check if a column exists by its slug
curl --request GET \
--url https://api.getcargo.io/v1/storage/columns/existsBySlug \
--header 'Authorization: Bearer <token>'{
"exists": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful response
Whether the column exists.
Was this page helpful?