Skip to main content
GET
/
v3
/
{customerId}
/
insight
/
login
/
{loginId}
/
attributes
/
{requestId}
/
GetIncomeAttributes
Get Income Attributes
curl --request GET \
  --url https://{instance}-api.private.fin.ag/v3/{customerId}/insight/login/{loginId}/attributes/{requestId}/GetIncomeAttributes
{
  "Card": {},
  "Login": {},
  "RequestId": "<string>"
}
This endpoint will provide you with all Income use-case Attributes. Please refer to our Quickstart guide for further information on the use-cases / when to use this specific endpoint.

Request Parameters

NAMETYPEDESCRIPTION
customerId (mandatory)stringGUID representing your customer ID (provided by Flinks).
loginId (mandatory)stringGUID representing the end user’s login ID. You get this value after a successful Authorize request.
requestId (mandatory)stringGUID representing an authorized request to the API. You get this endpoint after a successful Authorize request.

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.
AttributeDetailsobjectObject containing the fields TransactionId, AccountId, Date, Description, Debit, and Credit per Attribute.

Path Parameters

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

Unique GUID provided by Flinks that grants you access to the environment.

loginId
string
required

GUID representing end user's login ID.

requestId
string
required

GUID representing an authorized request to the API.

Response

Result

Card
object

Object containing an Id field and all the requested income attributes.

Login
object

Object representing end user's technical information.

RequestId
string

GUID representing an authorized request to the API.