rest-api-examples

Client credentials OAuth flow

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.

Summary

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.

Requirements

Setup

Run