GET
/
v0
/
oauth2
/
{exchange}
/
url
Get URL
curl --request GET \
  --url https://api-bluvo.com/v0/oauth2/{exchange}/url \
  --header 'x-bluvo-org-id: <api-key>' \
  --header 'x-bluvo-ott-action-id: <api-key>' \
  --header 'x-bluvo-project-id: <api-key>' \
  --header 'x-bluvo-wallet-id: <api-key>'
{
  "success": true,
  "url": "https://api-bluvo.com/v0/oauth2/c/login?idem=123&orgId=456&projectId=789&walletId=001"
}

Authorizations

x-bluvo-org-id
string
header
required

Bluvo Organization ID

x-bluvo-project-id
string
header
required

Bluvo Project ID

x-bluvo-wallet-id
string
header
required

Bluvo Wallet ID

x-bluvo-ott-action-id
string
header
required

Idempotency key to identify requests made with a one-time token (OTT).

Path Parameters

exchange
enum<string>
required

The identifier of the exchange to link (e.g. 'coinbase', 'kraken').

Available options:
coinbase,
kraken

Query Parameters

idem
string
required

The idem provided by OTT or used to identify the workflow run. This is used to track the OAuth2 flow and can be used to subscribe to updates.

Response

200 - application/json

Successful response

The response is of type object.