Was this helpful?
Returns a list of all the profiles
GET /v1/profiles HTTP/1.1 Host: api.bankingservice.ai Authorization: Bearer YOUR_OAUTH2_TOKEN Accept: */*
OK
[ { "id": "text", "trade_name": "NxTap", "address": { "premise": 58, "sub_premise": "A", "building": "text", "postal_code": "text", "thoroughfare": "text", "locality": "Hoofddorp", "state": "Noord-Holland", "country": "NL" }, "created": "2024-09-25T12:01:00.103Z" } ]
Returns a profile
The id of the partner to retrieve
The id of the profile
GET /v1/profiles/{profileId} HTTP/1.1 Host: api.bankingservice.ai Authorization: Bearer YOUR_OAUTH2_TOKEN Accept: */*
{ "id": "text", "trade_name": "NxTap", "address": { "premise": 58, "sub_premise": "A", "building": "text", "postal_code": "text", "thoroughfare": "text", "locality": "Hoofddorp", "state": "Noord-Holland", "country": "NL" }, "created": "2024-09-25T12:01:00.103Z" }