kobo/doc/koboapi.org

395 B

Using kobotoolbox API

Getting the API token

  curl -u username:password "https:/[kpi-url]/token/?format=json"
  curl -X GET https://[kpi-url]/api/v2/assets.json -H "Authorization: Token [your_token_goes_here]"

References