Get Networks List
Endpoint
GET /whitelabel/wallet/getNetworksListRequest Headers
x-tlp-apikey: <api-key>
x-tlp-signature: <hmac-signature>Query Parameters
Field
Type
Required
Description
Example Request
GET /whitelabel/wallet/getNetworksList?externalUserId=user-10021{
"endUserId": 20001, // Optional: Provide one user identifier only
"endUserEmail": "joe@example.com", // Optional: Alternative to endUserId and externalUserId
"externalUserId": "user-10021", // Optional: Alternative to endUserId and endUserEmail
}Code Snippet
Example Response
Merchant Responsibilities
Last updated