Get all products of a tenantCopy Pageget http://issuing:8080/productsGet all tenant's productsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query ParamspageIndexintegerThe page to retrievepageSizeintegerThe page sizesupportedCardTypestringThe field to filter byHeadersX-Datedate-timeHeader parameter that informs the date and time when the message was originated. It is used for basic message integrity checks, to ensure that the request is not stale. Note that the header was previously referenced as 'Date' in version 1.0 of the Mobile Money API.X-Channelstringlength ≤ 256String containing the channel used to originate the request. For example USSD, Web, App.X-CorrelationIDstringHeader parameter to uniquely identifies the request. Must be supplied as an UUID.X-API-KeystringIt is used to send the pre-shared client API key to the server.X-TenantIDstringString containing the tenant to use in the request.Responses 200Successful response. List of tenant's products. 401An unauthorized execution attempt was detected. 403The received token does not contain any of the required roles. 404There is no resource matching the requested ID or reference. 500An internal error occurred.Updated 6 months ago