Retrieve data collected

Now that you have received your Access_token, you are ready to start using the Product endpoints of the Deck API, for example the /sustainability/get endpoint.

Sandbox Request

curl -X POST "https://sandbox.deck.co/api/v1/identity/get" \
 -H "accept: application/json"\
 -H "content-type: application/json"\
 -H 'x-deck-client-id: ***Your client id***' \
 -H 'x-deck-secret: ***Your secret***' \
 -d '{ "access_token": "access-sandbox-11d7f130-7588-4a31-753c-08dc0b1caad7" }' 

And this brings us to the end of the Quickstart. You are ready to start exploring the rest of the endpoints and be sure to check out the rest of the documentation.