Groups represent organizations using Increase. You can retrieve information about your own organization via the API. More commonly, OAuth platforms can retrieve information about the organizations that have granted them access. Learn more about OAuth here.
Fields
id- The Group identifier.created_at- The ISO 8601 time at which the Group was created.type- A constant representing the object's type. For this resource it will always begroup.
Summary
Types
@type t() :: %Increase.Groups.Group{ created_at: DateTime.t(), id: String.t(), type: String.t() }