Get Experience IDs

GET {{baseUrl}}/connect/experiences?productCode=ABC,AO&appName=test app

Retrieve experience IDs of partners by their application name. Optionally, filter the experiences by product codes.

Request Params

KeyDatatypeRequiredDescription
productCodestringA unique billing code assigned to each open banking product used by the customer, as detailed in their contract.
appNamestring(Required) Unique name of the application provided to Mastercard during app registration.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
Finicity-App-Keystring

RESPONSES

status: OK

[{"id":"84fd419a-1add-4bf4-961b-16e8285b3a92","appName":"Test Application Name","productCode":["ABC","AO"]},{"id":"84fd419a-1add-4bf4-961b-16e8285b3a92","appName":"Test Application Name","productCode":["ABC","AO"]}]