Operations blocks

List operation blocks

NOTE: This v2 endpoint serves as a replacement for the v1 version.

Lists all operation blocks for an organization.

get/corporate/v2/operations-blocks

Query parameters

cursorstring

Cursor to the next page of results. If no value is specified, it fetches the first page.

limitinteger

Maximum results to return. Default is 20. Maximum is 200.

Response

OK

Example response

{
  "operation_blocks": [
    {
      "block_id": "e4adf199-c925-4d11-b002-c5bfd5679030",
      "description": "FDIC operations block",
      "status": "ACTIVE",
      "created_at": "2024-12-16T06:50:08.83861056Z",
      "division_code": "US",
      "program_id": 1010,
      "allowed_operations": [
        "EARMARK_CREATE"
      ],
      "updated_at": "2024-12-17T07:50:08.83861056Z"
    }
  ],
  "pagination": {
    "next_cursor": 124,
    "has_next": true
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.