api_token_list
Return list of all available API tokens for the current user.
Authorization
apiTokenHeader Authorization<token>
CKAN API token
In: header
Request Body
application/json
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 '{}'