Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CMR Environment

Base API URL (through ECHO)

Associated Earthdata Login (URS) Environment

Operational (OPS)

https://api.echo.nasa.gov/

https://urs.eosdisearthdata.nasa.gov/

User Acceptance Test (UAT)

https://api-test.echo.nasa.gov/

https://betauat.urs.eosdisearthdata.nasa.gov

Systems Integration Test (SIT)

https://testbed.echo.nasa.gov/

https://alphasit.urs.eosdisearthdata.nasa.gov/

     

        2. On a terminal window execute the curl command for the environment you selected.

Tip
titleExample

curl -X POST --header "Content-Type: application/xml" -d "<token><username>sample_username</username><password>sample-password</password><client_id>client_name_of_your_choosing</client_id><user_ip_address>your_origin_ip_address</user_ip_address> <provider>Provider Id</provider>address> </token>" https://api.echo.nasa.gov/echo-rest/tokens

...