C#
List all merchant accounts
List all merchant accounts in an instance.
GET
C#
This endpoint requires theDocumentation Index
Fetch the complete documentation index at: https://docs.anglpay.com/llms.txt
Use this file to discover all available pages before exploring further.
merchant-accounts.read scope.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
A pointer to the page of results to return.
Example:
"ZXhhbXBsZTE"
The maximum number of items that are at returned.
Required range:
1 <= x <= 100Example:
20
The search term to filter merchant accounts by.
Example:
"merchant-12345"
Response
Successful Response
A list of items returned for this request.
The number of items for this page.
Required range:
1 <= x <= 100Example:
20
The cursor pointing at the next page of items.
Required string length:
1 - 1000Example:
"ZXhhbXBsZTE"
The cursor pointing at the previous page of items.
Required string length:
1 - 1000Example:
"Xkjss7asS"