> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flinks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# /GetAllAttributes

> Use the /GetAllAttributes endpoint to return a list of all customer attributes (only available to Flinks clients who take a Tier 2 or above package).

Use the `/GetAllAttributes` endpoint to return a list of all customer attributes (only available to Flinks clients who take a Tier 2 or above package).

To successfully call this endpoint, you must first call the `/Authorize` endpoint to obtain a valid `requestId`.

## Response Fields

| **NAME**          | **TYPE** | **DESCRIPTION**                                                                                                                                  |
| ----------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| Card              | object   | Object containing an **id** field (end user's LoginId) and all the requested attributes (name: value)                                            |
| Login             | object   | Object representing some end user's technical information such as the LoginId. See **Authorize** endpoint documentation for this object details. |
| RequestId         | string   | GUID representing an authorized request to the API. You get this value after a successful **Authorize** request.                                 |
| AttributesDetails | object   | Object containing the fields **TransactionId**, **AccountId**, **Date**, **Description**, **Debit**, and **Credit per Attribute**.               |

<Note>
  <p class="h4">You may receive NONE\_DETECTED in the response</p>

  If your response contains the `NONE_DETECTED` field, we did not find any transactions in that category in the account history and, therefore, do not have any data to return.

  All attributes will return the `NONE_DETECTED` field if no data is available.
</Note>


## OpenAPI

````yaml GET /v3/{customerId}/insight/login/{loginId}/attributes/{requestId}/GetAllAttributes
openapi: 3.0.3
info:
  title: Flinks API
  description: >
    Flinks API provides financial data connectivity, enrichment, and payment
    solutions.


    ## Authentication

    Endpoints require authentication using `flinks-auth-key` header (Bearer
    token).


    For more information, visit: https://docs.flinks.com
  version: 3.0.0
  contact:
    name: Flinks Support
    url: https://www.flinks.com/contact/sales
  termsOfService: https://www.flinks.com
servers:
  - url: https://{instance}-api.private.fin.ag
    description: Flinks API Environment
    variables:
      instance:
        default: toolbox
        description: The environment instance (e.g., toolbox, sandbox, production)
security: []
tags:
  - name: Authorization
    description: Endpoints for generating authorization tokens and authenticating requests
  - name: Enrich - Consumer Attributes
    description: Consumer financial attribute analysis and credit risk assessment
paths:
  /v3/{customerId}/insight/login/{loginId}/attributes/{requestId}/GetAllAttributes:
    get:
      tags:
        - Enrich
      summary: Get All Attributes
      description: >-
        Use the /GetAllAttributes endpoint to return a list of all customer
        attributes (only available to Flinks clients who take a Tier 2 or above
        package).
      operationId: getAllAttributes
      parameters:
        - name: x-api-key
          in: header
          schema:
            type: string
          description: Security feature that grants access to this endpoint.
        - name: customerId
          in: path
          required: true
          schema:
            type: string
            default: 43387ca6-0391-4c82-857d-70d95f087ecb
          description: >-
            Unique GUID provided by Flinks that grants you access to the
            environment specified in the instance field.
        - name: loginId
          in: path
          required: true
          description: GUID representing end user's login ID.
          schema:
            type: string
        - name: requestId
          in: path
          required: true
          description: GUID representing an authorized request to the API.
          schema:
            type: string
      responses:
        '200':
          description: Success
          content:
            application/json:
              example:
                HttpStatusCode: 200
                Card:
                  Id: 1987302e-498c-48d6-a0c3-3e6061c78235
                  active_days_trend: 1.25
                  active_days_trend_simple: INCREASING
                  average_monthly_active_days: 11.18
                  count_active_days: 129
                  count_active_days_30_days: 14
                  credit_activity_trend_simple: DECREASING
                  debit_activity_trend_simple: DECREASING
                  overall_activity_trend_simple: DECREASING
                  unusual_recent_activity: 0.71
                  unusual_recent_credit_activity: 0.68
                  unusual_recent_debit_activity: 0.73
                  account_age: 11
                  account_age_90_days: 90
                  account_age_days: 346
                  average_monthly_free_cash_flow: 334.96
                  auto_loan_payment_average: 0
                  auto_loan_payment_frequency: NONE_DETECTED
                  auto_loan_trend: 0
                  auto_loan_trend_simple: NONE_DETECTED
                  average_monthly_auto_loan_payments: 0
                  average_monthly_auto_loan_payments_complex: 0
                  count_auto_loan_payments_10_months_ago: 0
                  count_auto_loan_payments_11_months_ago: 0
                  count_auto_loan_payments_12_months_ago: 0
                  count_auto_loan_payments_180_days: 0
                  count_auto_loan_payments_2_months_ago: 0
                  count_auto_loan_payments_30_days: 0
                  count_auto_loan_payments_365_days: 0
                  count_auto_loan_payments_3_months_ago: 0
                  count_auto_loan_payments_4_months_ago: 0
                  count_auto_loan_payments_5_months_ago: 0
                  count_auto_loan_payments_60_days: 0
                  count_auto_loan_payments_6_months_ago: 0
                  count_auto_loan_payments_7_months_ago: 0
                  count_auto_loan_payments_8_months_ago: 0
                  count_auto_loan_payments_90_days: 0
                  count_auto_loan_payments_9_months_ago: 0
                  count_auto_loan_payments_current_month: 0
                  count_auto_loan_payments_previous_month: 0
                  last_2_auto_loan_payments_dates: NONE_DETECTED
                  sum_auto_loan_payments: 0
                  sum_auto_loan_payments_10_months_ago: 0
                  sum_auto_loan_payments_11_months_ago: 0
                  sum_auto_loan_payments_12_months_ago: 0
                  sum_auto_loan_payments_180_days: 0
                  sum_auto_loan_payments_2_months_ago: 0
                  sum_auto_loan_payments_30_days: 0
                  sum_auto_loan_payments_365_days: 0
                  sum_auto_loan_payments_3_months_ago: 0
                  sum_auto_loan_payments_4_months_ago: 0
                  sum_auto_loan_payments_5_months_ago: 0
                  sum_auto_loan_payments_60_days: 0
                  sum_auto_loan_payments_6_months_ago: 0
                  sum_auto_loan_payments_7_months_ago: 0
                  sum_auto_loan_payments_8_months_ago: 0
                  sum_auto_loan_payments_90_days: 0
                  sum_auto_loan_payments_9_months_ago: 0
                  sum_auto_loan_payments_current_month: 0
                  sum_auto_loan_payments_previous_month: 0
                  average_closing_balance_2_days_after_employer_a_income: 2103.74
                  average_closing_balance_2_days_after_employer_b_income: NONE_DETECTED
                  average_closing_balance_2_days_after_employer_income: 1979.94
                  average_closing_balance_2_days_after_employer_other_income: NONE_DETECTED
                  average_closing_balance_2_days_after_government_income: 2517.18
                  average_closing_balance_2_days_after_last_4_employer_income: 8602.38
                  average_closing_balance_2_days_after_last_4_government_income: NOT_ENOUGH_DATA
                  average_closing_balance_day_after_employer_a_income: 2940.43
                  average_closing_balance_day_after_employer_b_income: NONE_DETECTED
                  average_closing_balance_day_after_employer_income: 2019.47
                  average_closing_balance_day_after_employer_other_income: NONE_DETECTED
                  average_closing_balance_day_after_government_income: 2517.18
                  average_closing_balance_day_after_income: 3106.06
                  average_closing_balance_day_after_last_4_employer_a_income: 2537.26
                  average_closing_balance_day_after_last_4_employer_b_income: NOT_ENOUGH_DATA
                  average_closing_balance_day_after_last_4_employer_income: 8602.38
                  average_closing_balance_day_after_last_4_employer_other_income: NOT_ENOUGH_DATA
                  average_closing_balance_day_after_last_4_government_income: NOT_ENOUGH_DATA
                  average_closing_balance_day_after_last_6_employer_a_income: 2736.36
                  average_closing_balance_day_after_last_6_employer_b_income: NOT_ENOUGH_DATA
                  average_closing_balance_day_after_last_6_employer_other_income: NOT_ENOUGH_DATA
                  average_closing_balance_day_after_last_6_government_income: NOT_ENOUGH_DATA
                  average_closing_balance_day_of_employer_a_income: 2833.1
                  average_closing_balance_day_of_employer_b_income: NONE_DETECTED
                  average_closing_balance_day_of_employer_income: 2122.05
                  average_closing_balance_day_of_employer_other_income: NONE_DETECTED
                  average_closing_balance_day_of_government_income: 2760.58
                  average_closing_balance_day_of_income: 3137.15
                  average_closing_balance_day_of_last_4_employer_a_income: 2361.21
                  average_closing_balance_day_of_last_4_employer_b_income: NOT_ENOUGH_DATA
                  average_closing_balance_day_of_last_4_employer_income: 8609.88
                  average_closing_balance_day_of_last_4_employer_other_income: NOT_ENOUGH_DATA
                  average_closing_balance_day_of_last_4_government_income: NOT_ENOUGH_DATA
                  average_closing_balance_day_of_last_6_employer_a_income: 2518.64
                  average_closing_balance_day_of_last_6_employer_b_income: NOT_ENOUGH_DATA
                  average_closing_balance_day_of_last_6_employer_other_income: NOT_ENOUGH_DATA
                  average_closing_balance_day_of_last_6_government_income: NOT_ENOUGH_DATA
                  balance_90_days_ago: 507.81
                  balance_current: 3880.28
                  balance_max: 38780.97
                  balance_min: 105.16
                  balance_trend: 1.51
                  balance_trend_simple: INCREASING
                  closing_balance_2_days_after_last_employer_a_deposit: 6717.76
                  closing_balance_2_days_after_last_employer_b_deposit: LAST_DEPOSIT_TOO_RECENT_TO_CALCULATE
                  closing_balance_2_days_after_last_employer_income_deposit: 6717.76
                  closing_balance_2_days_after_last_employer_other_deposit: LAST_DEPOSIT_TOO_RECENT_TO_CALCULATE
                  closing_balance_2_days_after_last_government_income_deposit: 2786.27
                  closing_balance_day_after_last_employer_a_deposit: 6717.76
                  closing_balance_day_after_last_employer_b_deposit: LAST_DEPOSIT_TOO_RECENT_TO_CALCULATE
                  closing_balance_day_after_last_employer_income_deposit: 6717.76
                  closing_balance_day_after_last_employer_other_deposit: LAST_DEPOSIT_TOO_RECENT_TO_CALCULATE
                  closing_balance_day_after_last_government_income_deposit: 2786.27
                  closing_balance_day_after_penultimate_employer_a_income: 1572.59
                  closing_balance_day_after_penultimate_employer_b_income: NONE_DETECTED
                  closing_balance_day_after_penultimate_employer_other_income: NONE_DETECTED
                  closing_balance_day_after_penultimate_government_income: 2248.09
                  closing_balance_day_of_last_employer_a_deposit: 6717.76
                  closing_balance_day_of_last_employer_b_deposit: LAST_DEPOSIT_TOO_RECENT_TO_CALCULATE
                  closing_balance_day_of_last_employer_income_deposit: 6717.76
                  closing_balance_day_of_last_employer_other_deposit: LAST_DEPOSIT_TOO_RECENT_TO_CALCULATE
                  closing_balance_day_of_last_government_income_deposit: 3273.07
                  closing_balance_day_of_penultimate_employer_a_income: 2072.59
                  closing_balance_day_of_penultimate_employer_b_income: NONE_DETECTED
                  closing_balance_day_of_penultimate_employer_other_income: NONE_DETECTED
                  closing_balance_day_of_penultimate_government_income: 2248.09
                  count_days_negative_balance_90_days: 0
                  average_closing_balance_day_of_last_6_employment_insurance_income: NOT_ENOUGH_DATA
                  average_closing_balance_day_after_last_6_employment_insurance_income: NOT_ENOUGH_DATA
                  average_closing_balance_day_of_last_4_employment_insurance_income: NOT_ENOUGH_DATA
                  average_closing_balance_day_after_last_4_employment_insurance_income: NOT_ENOUGH_DATA
                  closing_balance_day_of_last_employment_insurance_income: NONE_DETECTED
                  closing_balance_day_after_last_employment_insurance_income: NONE_DETECTED
                  closing_balance_day_after_penultimate_employment_insurance_income: LAST_DEPOSIT_TOO_RECENT_TO_CALCULATE
                  minimum_negative_balance_no_nsf_last_90_days: NO_NEGATIVE_BALANCE_DETECTED
                  average_daily_balance_last_30_days: 2393.23
                  average_daily_balance: 1587.42
                  average_monthly_bank_fees: 9.27
                  average_monthly_bank_fees_complex: 9.6
                  bank_fees_average: 7.64
                  bank_fees_frequency: Monthly
                  bank_fees_trend: 0.43
                  bank_fees_trend_simple: DECREASING
                  count_bank_fees_10_months_ago: 1
                  count_bank_fees_11_months_ago: 1
                  count_bank_fees_12_months_ago: 0
                  count_bank_fees_180_days: 9
                  count_bank_fees_2_months_ago: 2
                  count_bank_fees_30_days: 1
                  count_bank_fees_365_days: 14
                  count_bank_fees_3_months_ago: 1
                  count_bank_fees_4_months_ago: 2
                  count_bank_fees_5_months_ago: 2
                  count_bank_fees_60_days: 3
                  count_bank_fees_6_months_ago: 1
                  count_bank_fees_7_months_ago: 1
                  AttributesDetail:
                    - Attribute: >-
                        average_closing_balance_2_days_after_last_4_government_income
                      Transactions:
                        - TransactionId: 2e9e3ea2-c918-4302-8dc1-738672c4e177
                          AccountId: 9141fa5d-9a0b-42cc-9f38-29231ad9c47d
                          Date: '2026-04-09'
                          Description: 3903214 CANADA
                          Credit: 2200.48
                          Balance: 3773.07
                        - TransactionId: d8d668eb-77ba-4b60-8e1a-375ba0e669cc
                          AccountId: 9141fa5d-9a0b-42cc-9f38-29231ad9c47d
                          Date: '2026-03-26'
                          Description: 3903214 CANADA
                          Credit: 1702.11
                          Balance: 3348.09
                    - Attribute: >-
                        average_closing_balance_day_after_last_4_government_income
                      Transactions:
                        - TransactionId: 2e9e3ea2-c918-4302-8dc1-738672c4e177
                          AccountId: 9141fa5d-9a0b-42cc-9f38-29231ad9c47d
                          Date: '2026-04-09'
                          Description: 3903214 CANADA
                          Credit: 2200.48
                          Balance: 3773.07
                        - TransactionId: d8d668eb-77ba-4b60-8e1a-375ba0e669cc
                          AccountId: 9141fa5d-9a0b-42cc-9f38-29231ad9c47d
                          Date: '2026-03-26'
                          Description: 3903214 CANADA
                          Credit: 1702.11
                          Balance: 3348.09
                    - Attribute: >-
                        average_closing_balance_day_after_last_6_government_income
                      Transactions:
                        - TransactionId: 2e9e3ea2-c918-4302-8dc1-738672c4e177
                          AccountId: 9141fa5d-9a0b-42cc-9f38-29231ad9c47d
                          Date: '2026-04-09'
                          Description: 3903214 CANADA
                          Credit: 2200.48
                          Balance: 3773.07
                        - TransactionId: d8d668eb-77ba-4b60-8e1a-375ba0e669cc
                          AccountId: 9141fa5d-9a0b-42cc-9f38-29231ad9c47d
                          Date: '2026-03-26'
                          Description: 3903214 CANADA
                          Credit: 1702.11
                          Balance: 3348.09
                Login:
                  Username: multiple_employers
                  IsScheduledRefresh: false
                  LastRefresh: '2021-11-10T15:01:27.7756841'
                  Type: Personal
                  Id: 367046b0-7699-483d-94c2-08d9a3d5c70f
                RequestId: b0ad6069-b40c-4c7e-aead-91c849d0b9f1
              schema:
                type: object
                properties:
                  Card:
                    type: object
                    description: >-
                      Object containing an id field (end user's LoginId) and all
                      the requested attributes (name: value).
                  Login:
                    type: object
                    description: >-
                      Object representing some end user's technical information
                      such as the LoginId.
                  RequestId:
                    type: string
                    description: GUID representing an authorized request to the API.
                  AttributesDetails:
                    type: object
                    description: Object containing the fields for attribute details.
        '202':
          description: Operation Pending
          content:
            application/json:
              schema:
                type: object
                properties:
                  FlinksCode:
                    type: string
                  HttpStatusCode:
                    type: integer
                  Message:
                    type: string
                  RequestId:
                    type: string
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                type: object
                properties:
                  Message:
                    type: string

````