Use of the EcoPortal REST APIs requires an API key. The API key can be found in the Account Settings of logged in users.

Use of the EcoPortal REST APIs requires an API key. The API key can be found in the Account Settings of logged in users.

Using the api key query string parameter:
'https:///{media types}/{acronym}?apikey=your api key'Providing an Authorization header:
Authorization: apikey token=your_apikeyWhen using a web browser to explore the API, if you provide your API Key once using method 1, it will be stored in a cookie for subsequent requests. You can override this by providing a different API Key in a new call.