You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Step-by-step guide

  • Generate an ECHO token

    curl -X POST \
      https://cmr.earthdata.nasa.gov/legacy-services/rest/tokens \
      -H 'cache-control: no-cache' \
      -H 'content-type: application/xml' \
      -d '<token>
        <username>@@ask task lead@@</username>
        <password>@@ask task lead@@</password>
        <client_id>@@ED Login client ID. Look it up in EECS or services.yml.erb@@</client_id>
        <user_ip_address>@@a valid IP address, can be anything. For example, 127.0.0.1@@</user_ip_address>
    </token>’


  • No labels