Get a paged list of all the merchants the caller has access to.Ask AIget https://api-sandbox.nofrixion.com/api/v1/merchants/pagedAuthorization: End user token is required.Query ParamspageNumberint32Defaults to 1Optional. The page number to retrieve.pageSizeint32Defaults to 10Optional. The number of merchants per page.searchstringThe text filter to apply to retrieve merchants with a similar name, ID etc.sortstringOptional expression to sort the order of the merchants. Example "Name desc,Inserted asc".includeSuspendedbooleanDefaults to falsetruefalseHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsontext/plainAllowed:application/jsontext/jsontext/plainResponse 200Returns a list of the merchants the caller has access to.Updated 9 months ago