# `Attio.Meta`
[🔗](https://github.com/sgerrand/ex_attio/blob/v0.2.0/lib/attio/meta.ex#L1)

Functions for retrieving API token metadata.

Useful for verifying a token's identity, the workspace it belongs to, and
the scopes it has been granted.

# `get_token`

```elixir
@spec get_token(Attio.Client.t()) :: {:ok, map()} | {:error, term()}
```

Returns information about the current API token, including its scopes and
the workspace it belongs to.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
