# Webshare · `get_profile`

Get the Webshare account profile for the connected API key.

- **Service**: `webshare`
- **Action**: `get_profile`
- **Action id**: `webshare.get_profile`

## Inspect the schema

Always fetch the authoritative input/output schema before building a payload — fields and defaults can change upstream:

```bash
oo connector schema "webshare" --action "get_profile"
```

## Run

```bash
oo connector run "webshare" --action "get_profile" --data '{}' --json
```

Replace `{}` with a JSON object that matches the input schema. The response is `{ "data": ..., "meta": { "executionId": "..." } }`.
