Attio.Meta (Attio v0.2.0)

Copy Markdown View Source

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.

Summary

Functions

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

Functions

get_token(client)

@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.