Authentication
Authenticated API requests should be made with a X-CC-Api-Key
header. Your secret API key should be passed as the value.
If authentication fails, a JSON object with an error message will be returned as a response along with HTTP status 401.
Example authenticated request:
curl https://api.commerce.coinbase.com/checkouts \
-H "X-CC-Api-Key: <Your API Key>"
Updated 12 months ago