cURL
curl --request GET \ --url https://api.sandbox.bitwage.com/authorize
{ "redirect_uri": "<string>" }
OAuth 2.0 authorization code step. Called after a user grants access in the Bitwage client. Returns a redirect URI containing the authorization code.
Your OAuth app client ID.
CSRF token from the client for security validation.
Redirect URI with authorization code.
URI in the format: {redirect_uri}?code={code}&state={client_state}
{redirect_uri}?code={code}&state={client_state}