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

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 (end user's loginId) and all the requested business analysis attributes (name: value pairs).

Login
object

Object representing end user's technical information.

RequestId
string

GUID representing an authorized request to the API.