C
CKAN Action API
Details
- URL
-
https://<your-ckan-site>/api/3/action - Docs
- https://docs.ckan.org/en/2.9/api/
Authentication
Authorization: Bearer <credential> /X-CKAN-API-Key: <credential> 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.