---
title: "POST /v2/api/users/{emailAddress}/{selectedProvider}/waas"
method: POST
path: "/v2/api/users/{emailAddress}/{selectedProvider}/waas"
---

# POST /v2/api/users/{emailAddress}/{selectedProvider}/waas

`POST /v2/api/users/{emailAddress}/{selectedProvider}/waas`

Gets Coinbase WAAS token for user by email and selected provider.

## Path parameters

- `emailAddress` string, required
- `selectedProvider` string, required

## Headers

- `captcha` string, required

## Request body

- object
  - `token` string

## Response `200`

Successful operation

- object
  - `token` string

## Other responses

- `400` — unresolved $ref
- `401` — User is not authenticated.
- `404` — The item you are making request for does not exist.
- `500` — Unable to fullfil request due to internal server error.

## Changes

- **2024-06-25** `42486129759b` — 1 breaking
  - added the new required `header` request parameter `captcha`
- **2024-06-14** `a05383b4b7b8` — 1 info
  - endpoint added
- **2023-11-03** `b77bfb068867` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/changes/v2/api/users/:emailAddress/:selectedProvider/waas/post.md)

---

[API](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/revisions/07107231d66b?raw)
