Skip to main content
GET
/
v3
/
{customerId}
/
insight
/
login
/
{loginId}
/
attributes
/
{requestId}
/
GetAllBusinessAttributes
Get All Business Attributes
curl --request GET \
  --url https://{instance}-api.private.fin.ag/v3/{customerId}/insight/login/{loginId}/attributes/{requestId}/GetAllBusinessAttributes
{
  "HttpStatusCode": 123,
  "Card": {},
  "Login": {},
  "RequestId": "<string>"
}
This endpoint will provide you with all the currently available Business Attributes. Please refer to or consult the Quickstart Guide for further information on the use-cases / when to use this specific endpoint.

Note on this Endpoint:

This Endpoint is locked for clients that do not take a Tier 2 or above package.

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

HttpStatusCode
integer
Card
object

Object containing an Id field (end user's loginId) and all the available business attributes (name: value pairs).

Login
object

Object representing end user's technical information.

RequestId
string

GUID representing an authorized request to the API.