This sample project demonstrates how to authenticate in the Uphold API using the OAuth 2.0 client credentials flow. For further background, please refer to the API documentation.
Ideal for backend integrations that do not require access to other Uphold user accounts.
This sample project performs the following actions:
Important notice: In Uphold’s production environment, client credentials authentication is only available for business accounts, and requires manual approval from Uphold. Please contact Uphold to obtain this permission. For requests made in the sandbox environment, as is the case with this demo project, those requirements can be skipped.
npm install
(or yarn install
).env
file based on the .env.example
file, and populate it with the required datanode index.js