# 1.2 API Authentication

For all the backend calls, the secretKey should be sent as a header.

# Request example:

curl -X GET \
  --url https://the-sandbox.mycheckapp.com/wallet/...
  --header 'secretKey: <Secret key>'

Make sure to use the right key for the environment.