C
ckanapi CLI
Details
- Command
-
ckanapi - Docs
- https://github.com/ckan/ckanapi/blob/master/README.md
Authentication
$ ckanapi ... -a <API_KEY> -r https://<your-ckan-site> Create a user account on the target CKAN site, then generate a token from User Profile → Manage → API tokens in that site's web UI, or via the api_token_create() Action API call if you already have access. The CKAN docs say tokens are generated per user and sent in Authorization or X-CKAN-API-Key. See API guide.