Logo
Acquired.com API API Documentation

List all supported banks

GET {{url}}aspsps

If you would like to create your own UI for account selection this can be used to retrieve a list of banks Acquired.com currently support. This includes names, logos and support services.

https://docs.acquired.com/reference/fetch-aspsp

https://docs.acquired.com/docs/build-your-own-ui-1

 

Body PARAM

Key Datatype Required Description 
offset
null The record to start the response on.
limit
null A limit on the scope of values returned in the response.
filter
null Limit the fields returned in the response to the ones you need.



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X GET 'https://test-api.acquired.com/v1/aspsps?offset=&limit=&filter='

ENDPOINTS