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