cURL
curl --request POST \ --url https://{host}/Agent/Wallet/GetServiceProvidersForSellingEDaler \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "Providers": [ { "id": "<string>", "type": "<string>", "name": "<string>", "iconUrl": "<string>", "iconWidth": 123, "iconHeight": 123, "templateId": "<string>" } ] }
Allows the client to retrieve a list of available service providers that can be used to sell eDaler.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
Success
Show child attributes