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
Key | Datatype | Required | Description |
---|---|---|---|
productCode | string | A unique billing code assigned to each open banking product used by the customer, as detailed in their contract. | |
appName | string | (Required) Unique name of the application provided to Mastercard during app registration. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Finicity-App-Key | string |
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"]}]