Skip to main content
GET
/
v3
/
{customerId}
/
insight
/
login
/
{loginId}
/
attributes
/
{requestId}
/
GetAllAttributes
Get All Attributes
curl --request GET \
  --url https://{instance}-api.private.fin.ag/v3/{customerId}/insight/login/{loginId}/attributes/{requestId}/GetAllAttributes
{
  "Card": {},
  "Login": {},
  "RequestId": "<string>",
  "AttributesDetails": {}
}
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

NAMETYPEDESCRIPTION
CardobjectObject containing an id field (end user’s LoginId) and all the requested attributes (name: value)
LoginobjectObject representing some end user’s technical information such as the LoginId. See Authorize endpoint documentation for this object details.
RequestIdstringGUID representing an authorized request to the API. You get this value after a successful Authorize request.
AttributesDetailsobjectObject containing the fields TransactionId, AccountId, Date, Description, Debit, and Credit per Attribute.

You may receive NONE_DETECTED in the response

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.

Headers

x-api-key
string

Security feature that grants access to this endpoint.

Path Parameters

customerId
string
default:43387ca6-0391-4c82-857d-70d95f087ecb
required

Unique GUID provided by Flinks that grants you access to the environment specified in the instance field.

loginId
string
required

GUID representing end user's login ID.

requestId
string
required

GUID representing an authorized request to the API.

Response

Success

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.

RequestId
string

GUID representing an authorized request to the API.

AttributesDetails
object

Object containing the fields for attribute details.