View Source Plaid.Categories (elixir_plaid v1.2.1)

Plaid Categories API calls and schema.

Link to this section Summary

Functions

Get information about all Plaid categories.

Link to this section Functions

Specs

Get information about all Plaid categories.

Does a POST /categories/get call to retrieve a list of all categories.

No authentication required.

example

Example

Categories.get(env: :production)
{:ok, %Categories.GetResponse{}}