Skip to main content

Authentication

All endpoints in the Puro dMRV Connect require authentication using API Bearer tokens. If omitted, the API will reject the request and instead return an [HTTP 401 Unauthorized][401] response.

Authenticating with an API token

After receiving an API token, you can use it for HTTP "Bearer" authentication.

The following snippets outlines how such request could look like:

curl -X 'GET' \
'https://api.portal.puro.earth/...' \
-H 'accept: application/json' \
-H 'Authorization: Bearer pcs_xaAc...'

Generating API tokens

Please refer to the Getting Access guide for instructions on how to generate API tokens through the MyPuro Portal, or the Connect API as a Partner.