cURL
curl --request GET \ --url https://app.plugchoice.com/api/v3/providers \ --header 'Authorization: Bearer <token>'
{ "data": [ { "name": "Price Ltd", "websocket_url": "ws://dare.org" }, { "name": "Tromp-Leffler", "websocket_url": "ws://mitchell.info" } ] }
See the documentation for more information.
Show child attributes
"Price Ltd"
"ws://dare.org"
[ { "name": "Price Ltd", "websocket_url": "ws://dare.org" }, { "name": "Tromp-Leffler", "websocket_url": "ws://mitchell.info" }]
Was this page helpful?