ckanaction

api_token_list

Return list of all available API tokens for the current user.

POST
api_token_list
Authorization<token>

CKAN API token

In: header

user_id?string

The user ID or name

curl -X POST "http://localhost:5000/api/3/action/api_token_list" \  -H "Content-Type: application/json" \  -d '{}'