Retrieve Group details

Returns details for the currently authenticated Group.

get/groups/current

Response

Group

ach_debit_status'disabled' | 'enabled' required

If the Group is allowed to create ACH debits.

activation_status'unactivated' | 'activated' required

If the Group is activated or not.

created_atstring date-time required

The ISO 8601 time at which the Group was created.

idstring required

The Group identifier.

type'group' required

A constant representing the object's type. For this resource it will always be group.

Example response

{
  "ach_debit_status": "disabled",
  "activation_status": "activated",
  "created_at": "2020-01-31T23:59:59Z",
  "id": "group_1g4mhziu6kvrs3vz35um",
  "type": "group"
}

Changes