---
title: "Redirect URL for sign-in with coinbase"
method: GET
path: "/sdk/{environmentId}/providers/cbOauthRedirectUrl"
tags: ["SDK"]
---

# Redirect URL for sign-in with coinbase

`GET /sdk/{environmentId}/providers/cbOauthRedirectUrl`

This endpoint proxies requests to `/sdk/{environmentId}/providers/coinbasesocial/redirect` because Coinbase does not allow the string `coinbase` on the redirect URL path

## Path parameters

- `environmentId` string, required

## Query parameters

- `code` string — Valid oauth code
- `scope` string
- `state` string
- `authuser` string
- `prompt` string
- `error` string — Valid oauth error

## Response `200`

Success

## Other responses

- `302` — Redirect
- `400` — Bad Request
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/dynamic/apis/dashboard-api.md) · [All operations](https://skmtc.dev/dynamic/apis/dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dynamic/dashboard-api/revisions/ade8d3a24626/schema)
