Plaid.Categories.get
You're seeing just the function
get
, go back to Plaid.Categories module for more information.
Specs
get(Plaid.noauth_config()) :: {:ok, Plaid.Categories.GetResponse.t()} | {:error, Plaid.Error.t()}
Get information about all Plaid categories.
Does a POST /categories/get
call to retrieve a list of all categories.
No authentication required.
Example
Categories.get(env: :production)
{:ok, %Categories.GetResponse{}}